Skip to content

Commit

Permalink
Add 'portable' in portable package names
Browse files Browse the repository at this point in the history
  • Loading branch information
alem0lars committed May 30, 2016
1 parent a4d8fdb commit 97d4eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ task :package => [:build] + runtimes_info.map{|r_i| r_i[:rel_path]} do

runtimes_info.each do |runtime_info|
dst_package_path = PKG_PATH.join([
"fizzy-v#{build_cfg["version"]}",
"fizzy-portable-v#{build_cfg["version"]}",
"ruby-v#{runtime_info[:ruby_vers]}",
runtime_info[:os],
runtime_info[:arch]
Expand Down

0 comments on commit 97d4eff

Please sign in to comment.