Created
July 11, 2015 14:13
-
-
Save brancz/527697ed71255933bc84 to your computer and use it in GitHub Desktop.
build osx .dmg for jruby application
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jar: | |
rvm jruby | |
rm Gemfile.lock | |
bundle install --without test | |
mkdir -p pkg/dist | |
warble | |
osx: jar | |
javapackager -deploy -native dmg -outdir pkg -outfile duse -srcdir pkg/dist -srcfiles duse.rb.jar -appclass JarMain -name "duse" -title "duse" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment