Files
gitea-docker/desktop/build-windows-mobilesim.json
2017-01-12 23:30:32 -08:00

12 lines
402 B
JSON

{
"platform": "windows64",
"jdk": "/Users/brycecovert/Downloads/openjdk-1.7.0-u80-unofficial-windows-amd64-image.zip",
"executable": "TicksTales",
"classpath": ["target/advent-standalone.jar"],
"vmargs": ["-Dui_scale=1.5"],
"mainclass": "advent.core.desktop_launcher",
"resources": ["steam_appid.txt"],
"minimizejre": "soft",
"output": "target/windows-mobilesim/"
}