-
Notifications
You must be signed in to change notification settings - Fork 551
Expand file tree
/
Copy pathassetto-corsa-compupdates.json
More file actions
29 lines (29 loc) · 1.11 KB
/
assetto-corsa-compupdates.json
File metadata and controls
29 lines (29 loc) · 1.11 KB
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
28
29
[
{
"UpdateStageName": "SteamCMD Server Download",
"UpdateSourcePlatform": "All",
"UpdateSource": "SteamCMD",
"UpdateSourceData": "1430110",
"UpdateSourceArgs": "805550",
"ForceDownloadPlatform": "Windows",
"SkipOnFailure": false
},
{
"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,
"SkipOnFailure": false
},
{
"UpdateStageName": "Initialise Wine",
"UpdateSourcePlatform": "Linux",
"UpdateSource": "Executable",
"UpdateSourceData": "/bin/bash",
"UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"",
"SkipOnFailure": false
}
]