improvemest
This commit is contained in:
11
desktop/build-linux-64-steam.json
Normal file
11
desktop/build-linux-64-steam.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"platform": "linux64",
|
||||||
|
"vmargs": ["-Duse-repl=false", "-Dui_scale=1.0", "-Dclojure.compiler.direct-linking=true", "-Dis-desktop=true", "-Dplatform=desktop"],
|
||||||
|
"jdk": "./jvms/jdk-8u232-ojdkbuild-linux-x64.zip",
|
||||||
|
"executable": "Tick's Tales",
|
||||||
|
"classpath": ["target/advent-standalone.jar"],
|
||||||
|
"mainclass": "advent.core.desktop_launcher",
|
||||||
|
"resources": ["steam_appid.txt"],
|
||||||
|
"minimizejre": "soft",
|
||||||
|
"output": "target/linux/amd64"
|
||||||
|
}
|
||||||
13
desktop/build-osx-steam.json
Normal file
13
desktop/build-osx-steam.json
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"platform": "mac",
|
||||||
|
"jdk": "/Users/bryce/Documents/jdk8u202-b08/Contents/Home/",
|
||||||
|
"executable": "Tick's Tales",
|
||||||
|
"vmargs": ["-Duse-repl=false", "-Dui_scale=1.0", "-Dclojure.compiler.direct-linking=true", "-Dis-desktop=true", "-Dplatform=desktop"],
|
||||||
|
"classpath": ["target/advent-standalone.jar"],
|
||||||
|
"mainclass": "advent.core.desktop_launcher",
|
||||||
|
"resources": ["resources/icon", "steam_appid.txt"],
|
||||||
|
"minimizejre": "oraclejre8",
|
||||||
|
"output": "target/osx/Tick's Tales.app",
|
||||||
|
"bundle": "com.tickstales.upallknight",
|
||||||
|
"verbose": true
|
||||||
|
}
|
||||||
11
desktop/build-windows-steam.json
Normal file
11
desktop/build-windows-steam.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"platform": "windows64",
|
||||||
|
"vmargs": ["-Duse-repl=false", "-Dui_scale=1.0", "-Dclojure.compiler.direct-linking=true", "-Dis-desktop=true", "-Dplatform=desktop"],
|
||||||
|
"jdk": "./jvms/windows64.zip",
|
||||||
|
"executable": "TicksTales",
|
||||||
|
"mainclass": "advent.core.desktop_launcher",
|
||||||
|
"resources": ["steam_appid.txt"],
|
||||||
|
"classpath": ["target/advent-standalone.jar"],
|
||||||
|
"minimizejre": "soft",
|
||||||
|
"output": "target/windows/"
|
||||||
|
}
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
47
desktop/content-builder/builder_osx/update_hosts_cached.vdf
Executable file
47
desktop/content-builder/builder_osx/update_hosts_cached.vdf
Executable file
@@ -0,0 +1,47 @@
|
|||||||
|
""
|
||||||
|
{
|
||||||
|
"ServerList"
|
||||||
|
{
|
||||||
|
"Hosts"
|
||||||
|
{
|
||||||
|
"Realms"
|
||||||
|
{
|
||||||
|
"steamglobal"
|
||||||
|
{
|
||||||
|
"steamcdn-a.akamaihd.net"
|
||||||
|
{
|
||||||
|
"base_url" "/client/"
|
||||||
|
"weight" "100"
|
||||||
|
"https" "1"
|
||||||
|
}
|
||||||
|
"media.st.dl.pinyuncloud.com"
|
||||||
|
{
|
||||||
|
"base_url" "/client/"
|
||||||
|
"weight" "1000"
|
||||||
|
"country_codes" "CN"
|
||||||
|
"https" "1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
"steamchina"
|
||||||
|
{
|
||||||
|
"media.st.dl.pinyuncloud.com"
|
||||||
|
{
|
||||||
|
"base_url" "/client/"
|
||||||
|
"weight" "100"
|
||||||
|
"country_codes" "CN"
|
||||||
|
"https" "1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
"kvsign2"
|
||||||
|
{
|
||||||
|
"Hosts" "10de01f6c02b907028ab21d756018843e4615f71554a461ed4ae8f799c6a2a2829429b17410eea5332ec188c648a873b961ac41a3456687c8f9d4b87a840ff01"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
"ClientInfo"
|
||||||
|
{
|
||||||
|
"valid_until" "1611062209"
|
||||||
|
"ip_country_code" "US"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user