other builds.
This commit is contained in:
11
desktop/build-osx-mobilesim.json
Normal file
11
desktop/build-osx-mobilesim.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"platform": "mac",
|
||||
"jdk": "/Users/brycecovert/dev/jvms/jre1.8.0_112.jre/Contents/jre.zip",
|
||||
"executable": "Tick's Tales",
|
||||
"vmargs": ["ui_scale=1.5"],
|
||||
"appjar": "target/advent-standalone.jar",
|
||||
"mainclass": "advent/core/desktop_launcher",
|
||||
"resources": ["resources/icon", "steam_appid.txt"],
|
||||
"minimizejre": "oraclejre8",
|
||||
"outdir": "target/osx-mobilesim/Tick's Tales.app"
|
||||
}
|
||||
11
desktop/build-windows-mobilesim.json
Normal file
11
desktop/build-windows-mobilesim.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"platform": "windows",
|
||||
"jdk": "/Users/brycecovert/dev/jvms/java-1.8.0-openjdk-1.8.0.111-3.b15.ojdkbuild.windows.x86_64.zip",
|
||||
"executable": "TicksTales",
|
||||
"appjar": "target/advent-standalone.jar",
|
||||
"vmargs": ["-Dui_scale=1.5"],
|
||||
"mainclass": "advent/core/desktop_launcher",
|
||||
"resources": ["steam_appid.txt"],
|
||||
"minimizejre": "soft",
|
||||
"outdir": "target/windows-mobilesim/"
|
||||
}
|
||||
Reference in New Issue
Block a user