-
Notifications
You must be signed in to change notification settings - Fork 551
Expand file tree
/
Copy pathringracers_updates.json
More file actions
36 lines (36 loc) · 1.23 KB
/
ringracers_updates.json
File metadata and controls
36 lines (36 loc) · 1.23 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
30
31
32
33
34
35
36
[
{
"UpdateStageName": "Fetching Assets",
"UpdateSourcePlatform": "All",
"UpdateSource": "FetchURL",
"UpdateSourceData": "https://github.com/KartKrewDev/RingRacers/releases/download/v2.3/Dr.Robotnik.s-Ring-Racers-v2.3-Assets.zip",
"UpdateSourceArgs": "",
"UpdateSourceTarget": "",
"UnzipUpdateSource": true,
"OverwriteExistingFiles": true,
"DeleteAfterExtract": true,
"OneShot": true
},
{
"UpdateStageName": "Copy linux binary",
"UpdateSourcePlatform": "Linux",
"UpdateSource": "CopyFilePath",
"UpdateSourceData": "./ringracers/ringracerslinux.exe",
"UpdateSourceArgs": "/ringracerslinux.exe",
"UnzipUpdateSource": false,
"OverwriteExistingFiles": false,
"DeleteAfterExtract": true,
"OneShot": true
},
{
"UpdateStageName": "Make game executable",
"UpdateSourcePlatform": "Linux",
"UpdateSource": "Executable",
"UpdateSourceData": "/usr/bin/chmod",
"UpdateSourceArgs": "+x ringracers/ringracerslinux.exe",
"UnzipUpdateSource": false,
"OverwriteExistingFiles": false,
"DeleteAfterExtract": true,
"OneShot": true
}
]