forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
assetto-corsa-compupdates.json
27 lines (27 loc) · 1023 Bytes
/
assetto-corsa-compupdates.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[
{
"UpdateStageName": "SteamCMD Server Download",
"UpdateSourcePlatform": "All",
"UpdateSource": "SteamCMD",
"UpdateSourceData": "1430110",
"UpdateSourceArgs": "805550",
"ForceDownloadPlatform": "Windows"
},
{
"UpdateStageName":"Settings.json Download",
"UpdateSourcePlatform":"All",
"UpdateSource":"FetchURL",
"UpdateSourceData":"https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/assetto-corsa-compsettings.json",
"UpdateSourceArgs":"settings.json",
"UpdateSourceTarget":"{{$FullBaseDir}}server/cfg",
"OverwriteExistingFiles":true
},
{
"UpdateStageName": "Initialise Wine",
"UpdateSourcePlatform": "Linux",
"UpdateSource": "Executable",
"UpdateSourceData": "/bin/bash",
"UpdateSourceArgs": "-c \"WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init --update\"",
"SkipOnFailure":false
}
]