35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
|
[
|
||
|
{
|
||
|
"UpdateStageName": "SteamCMD Download",
|
||
|
"UpdateSourcePlatform": "All",
|
||
|
"UpdateSource": "SteamCMD",
|
||
|
"UpdateSourceData": "294420",
|
||
|
"UpdateSourceVersion": "{{Stream}}"
|
||
|
},
|
||
|
{
|
||
|
"UpdateStageName": "UMOD Windows",
|
||
|
"UpdateSourcePlatform": "Windows",
|
||
|
"UpdateSource": "FetchURLFromJQ",
|
||
|
"UpdateSourceData": "https://api.github.com/repos/OxideMod/Oxide.SevenDaysToDie/releases/latest",
|
||
|
"UpdateSourceArgs": "$.assets[1].browser_download_url",
|
||
|
"UpdateSourceTarget": "{{$FullBaseDir}}",
|
||
|
"UnzipUpdateSource": true,
|
||
|
"OverwriteExistingFiles": true,
|
||
|
"UpdateSourceConditionSetting": "UMOD",
|
||
|
"UpdateSourceConditionValue": "true",
|
||
|
"DeleteAfterExtract":true
|
||
|
},
|
||
|
{
|
||
|
"UpdateStageName": "UMOD Linux",
|
||
|
"UpdateSourcePlatform": "Linux",
|
||
|
"UpdateSource": "FetchURLFromJQ",
|
||
|
"UpdateSourceData": "https://api.github.com/repos/OxideMod/Oxide.SevenDaysToDie/releases/latest",
|
||
|
"UpdateSourceArgs": "$.assets[0].browser_download_url",
|
||
|
"UpdateSourceTarget": "{{$FullBaseDir}}",
|
||
|
"UnzipUpdateSource": true,
|
||
|
"OverwriteExistingFiles": true,
|
||
|
"UpdateSourceConditionSetting": "UMOD",
|
||
|
"UpdateSourceConditionValue": "true",
|
||
|
"DeleteAfterExtract":true
|
||
|
}
|
||
|
]
|