We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9c207 commit 79e7fb5Copy full SHA for 79e7fb5
1 file changed
call-of-dutymw2updates.json
@@ -40,9 +40,15 @@
40
"UpdateSourceData": "https://api.github.com/repos/iw4x/launcher/releases/latest",
41
"UpdateSourceArgs": "$.assets[0].browser_download_url",
42
"UpdateSourceTarget": "{{$FullBaseDir}}",
43
- "UnzipUpdateSource": true,
44
"OverwriteExistingFiles": true,
45
- "DeleteAfterExtract": true,
+ "SkipOnFailure": false
+ },
46
+ {
47
+ "UpdateStageName": "IW4x Launcher Extract",
48
+ "UpdateSourcePlatform": "Linux",
49
+ "UpdateSource": "Executable",
50
+ "UpdateSourceData": "/bin/bash",
51
+ "UpdateSourceArgs": "-c \"cd {{$FullBaseDir}} && tar -xJf launcher*.tar.xz --strip-components=1 >/dev/null && rm -f launcher*.tar.xz\"",
52
"SkipOnFailure": false
53
},
54
{
0 commit comments