Skip to content

Commit

Permalink
Rename install4j file since it can contain multiple OS installers in it
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Oct 23, 2009
1 parent 8056bbb commit c509215
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -175,7 +175,7 @@ end
task :installer do
version = ENV['VERSION'] || abort("Pass the version in with VERSION={version}")
ant "dist"
sh "/Applications/install4j\\ 4/bin/install4jc -m win32 -D jruby.version=1.5.0dev install/jruby_win.install4j" do |ok,res|
sh "/Applications/install4j\\ 4/bin/install4jc -m win32 -D jruby.version=1.5.0dev install/jruby.install4j" do |ok,res|
$stderr.puts "** Something went wrong: #{res}" unless ok
end
end
File renamed without changes.

0 comments on commit c509215

Please sign in to comment.