builds both.

This commit is contained in:
Bryce Covert
2015-08-18 21:36:36 -07:00
parent 0b367c3efc
commit 2ab5297091
2 changed files with 11 additions and 2 deletions

View File

@@ -5,8 +5,7 @@
"appjar": "target/advent-0.0.1-SNAPSHOT-standalone.jar",
"mainclass": "advent/core/desktop_launcher",
"resources": [
"resources"
],
"minimizejre": "soft",
"outdir": "TicksTales.app"
"outdir": "target/osx/TicksTales.app"
}

View File

@@ -0,0 +1,10 @@
{
"platform": "windows",
"jdk": "/Users/brycecovert/Downloads/openjdk-1.7.0-u80-unofficial-windows-i586-image.zip",
"executable": "TicksTales",
"appjar": "target/advent-0.0.1-SNAPSHOT-standalone.jar",
"mainclass": "advent/core/desktop_launcher",
"resources": [],
"minimizejre": "soft",
"outdir": "target/windows/"
}