tool for building .app.
This commit is contained in:
12
desktop/build-osx.json
Normal file
12
desktop/build-osx.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user