Skip to content

Instantly share code, notes, and snippets.

@brancz
Created July 11, 2015 14:13
Show Gist options
  • Save brancz/527697ed71255933bc84 to your computer and use it in GitHub Desktop.
Save brancz/527697ed71255933bc84 to your computer and use it in GitHub Desktop.
build osx .dmg for jruby application
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