25 lines
1009 B
JSON
25 lines
1009 B
JSON
[
|
|
{
|
|
"UpdateStageName":"SteamCMD Download",
|
|
"UpdateSourcePlatform":"All",
|
|
"UpdateSource":"SteamCMD",
|
|
"UpdateSourceData":"728470",
|
|
"UpdateSourceArgs":"361420",
|
|
"ForceDownloadPlatform":"Windows"
|
|
},
|
|
{
|
|
"UpdateStageName":"Initialise Wine",
|
|
"UpdateSourcePlatform":"Linux",
|
|
"UpdateSource":"Executable",
|
|
"UpdateSourceData":"/bin/bash",
|
|
"UpdateSourceArgs":"-c 'WINEPREFIX=\"{{$FullRootDir}}.wine\" WINEARCH=win64 /usr/bin/wineboot --init --update'"
|
|
},
|
|
{
|
|
"UpdateStageName":"Disable Prefix Sound",
|
|
"UpdateSourcePlatform":"Linux",
|
|
"UpdateSource":"Executable",
|
|
"UpdateSourceData":"/bin/bash",
|
|
"UpdateSourceArgs":"-c 'cd astroneer && wget -N https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks && chmod +x winetricks; export WINEPREFIX=\"{{$FullRootDir}}.wine\"; export WINEARCH=win64; ./winetricks sound=disabled > winescript_log.txt 2>&1'"
|
|
}
|
|
]
|