From e0ccc36d454b831b2b74d01bb815342d707d9d36 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Thu, 2 Nov 2023 19:42:42 +1100 Subject: [PATCH] Revert "Update arma3start.json" This reverts commit e8d4f81aa2eba65849e4e3022f9d5e508835ad67. --- arma3start.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arma3start.json b/arma3start.json index cf01b78..a340bc7 100644 --- a/arma3start.json +++ b/arma3start.json @@ -27,7 +27,7 @@ "UpdateSourcePlatform":"Windows", "UpdateSource":"Executable", "UpdateSourceData":"cmd.exe", - "UpdateSourceArgs":"/C start powershell.exe -NoProfile -ExecutionPolicy Bypass -WindowStyle Hidden -Command \"$mod = '{{mod}}' -split ';'; Set-Location arma3\\233780; Get-ChildItem -Path 'keys' -Filter '*.bikey' | ForEach-Object { if ($_.Name -ne 'a3.bikey') { Remove-Item -Path $_.FullName -Force } }; foreach ($a in $mod) { Get-ChildItem -Path $a\\keys -Filter '*.bikey' | Copy-Item -Destination 'keys' -Force }\"", + "UpdateSourceArgs":"/C start powershell.exe -NoProfile -ExecutionPolicy Bypass -WindowStyle Hidden -Command \"$mod = '{{mod}}' -split ';'; Set-Location arma3\\233780; Get-ChildItem -Path 'keys' -Filter *.bikey | ForEach-Object { if ($_.Name -ne 'a3.bikey') { Remove-Item -Path $_.FullName -Force } }; foreach ($a in $mod) { Get-ChildItem -Path ('{0}\\keys' -f $a) -Filter *.bikey | Copy-Item -Destination 'keys' -Force }\"", "UpdateSourceConditionSetting":"ManageBikeys", "UpdateSourceConditionValue":"true" },