Skip to content

Commit 79e7fb5

Browse files
committed
COD MW3: add launcher extract
1 parent bf9c207 commit 79e7fb5

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

call-of-dutymw2updates.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,15 @@
4040
"UpdateSourceData": "https://api.github.com/repos/iw4x/launcher/releases/latest",
4141
"UpdateSourceArgs": "$.assets[0].browser_download_url",
4242
"UpdateSourceTarget": "{{$FullBaseDir}}",
43-
"UnzipUpdateSource": true,
4443
"OverwriteExistingFiles": true,
45-
"DeleteAfterExtract": true,
44+
"SkipOnFailure": false
45+
},
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\"",
4652
"SkipOnFailure": false
4753
},
4854
{

0 commit comments

Comments
 (0)