lots of tweaks for versioning and extracting script.

This commit is contained in:
Bryce Covert
2015-10-28 18:28:29 -07:00
parent 34933312a2
commit 43661dbf29
12 changed files with 68 additions and 103 deletions

View File

@@ -2,7 +2,7 @@
"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",
"appjar": "target/advent-standalone.jar",
"mainclass": "advent/core/desktop_launcher",
"resources": [
],