27 lines
868 B
JSON
27 lines
868 B
JSON
|
[
|
||
|
{
|
||
|
"UpdateStageName": "Update",
|
||
|
"UpdateSourcePlatform": "All",
|
||
|
"UpdateSource": "SteamCMD",
|
||
|
"UpdateSourceData": "1247090",
|
||
|
"UpdateSourceArgs": "573090",
|
||
|
"ForceDownloadPlatform": "Windows"
|
||
|
},
|
||
|
{
|
||
|
"UpdateStageName": "Config Template Download",
|
||
|
"UpdateSourcePlatform": "All",
|
||
|
"UpdateSource": "FetchURL",
|
||
|
"OverwriteExistingFiles": false,
|
||
|
"UpdateSourceData": "https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/stormworksserver_config.xml",
|
||
|
"UpdateSourceTarget": "{{$FullBaseDir}}",
|
||
|
"UpdateSourceArgs": "server_config.xml"
|
||
|
},
|
||
|
{
|
||
|
"UpdateStageName": "Initialise Wine",
|
||
|
"UpdateSourcePlatform": "Linux",
|
||
|
"UpdateSource": "Executable",
|
||
|
"UpdateSourceData": "/bin/bash",
|
||
|
"UpdateSourceArgs": "-c 'WINEPREFIX=\"{{$FullRootDir}}.wine\" WINEARCH=win64 /usr/bin/wineboot --init --update'"
|
||
|
}
|
||
|
]
|