2023-11-02 11:06:02 +01:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"UpdateStageName":"Delete Active File",
|
|
|
|
"UpdateSourcePlatform":"Windows",
|
|
|
|
"UpdateSource":"Executable",
|
|
|
|
"UpdateSourceData":"cmd.exe",
|
|
|
|
"UpdateSourceArgs":"/C del /Q /F {{$FullBaseDir}}battleye\\beserver_x64_active_*.cfg"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"UpdateStageName":"Manage Bikeys",
|
|
|
|
"UpdateSourcePlatform":"Windows",
|
|
|
|
"UpdateSource":"Executable",
|
|
|
|
"UpdateSourceData":"cmd.exe",
|
2023-11-03 00:36:27 +01:00
|
|
|
"UpdateSourceArgs":"/C start powershell.exe -NoProfile -ExecutionPolicy Bypass -WindowStyle Hidden -Command \"$mod = '{{mod}}' -split ';'; Set-Location dayz\\223350; Get-ChildItem -Path 'keys' -Filter '*.bikey' -Exclude 'dayz.bikey' | ForEach-Object { Remove-Item -LiteralPath $_.FullName -Force }; foreach ($a in $mod) { Get-ChildItem -Path ('{0}\\keys' -f $a) -Filter '*.bikey' | Copy-Item -Destination 'keys' -Force }\"",
|
2023-11-02 11:06:02 +01:00
|
|
|
"UpdateSourceConditionSetting":"ManageBikeys",
|
|
|
|
"UpdateSourceConditionValue":"true"
|
|
|
|
}
|
|
|
|
]
|