tool for building .app.

This commit is contained in:
Bryce Covert
2015-08-15 07:52:45 -07:00
parent f670f25d82
commit c5ffaeb1ec
5 changed files with 16 additions and 3 deletions

12
desktop/build-osx.json Normal file
View File

@@ -0,0 +1,12 @@
{
"platform": "mac",
"jdk": "/Users/brycecovert/Downloads/jre1.7.0_80.jre/Contents/Home/Archive.zip",
"executable": "TicksTales",
"appjar": "target/advent-0.0.1-SNAPSHOT-standalone.jar",
"mainclass": "advent/core/desktop_launcher",
"resources": [
"resources"
],
"minimizejre": "soft",
"outdir": "TicksTales.app"
}