commit ed4c9202b975ed27ca5713a35b3311b7af157221
parent 5b931b06e8167d092f5df059421fb221dd02a85e
Author: earthlng <earthlng@users.noreply.github.com>
Date: Tue, 28 Nov 2017 18:15:14 +0100
updater.bat v3.0 the real deal
hopefully :fingers_crossed:
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/updater.bat b/updater.bat
@@ -43,7 +43,7 @@ IF DEFINED _updateb (
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://github.com/ghacksuserjs/ghacks-user.js/raw/master/updater.bat', '!_myname!-updated.bat')" >nul
IF EXIST "!_myname!-updated.bat" (
CLS
- START CMD /C "!_myname!-updated.bat" !_myparams!
+ START CMD /C "!_myname!-updated.bat" !_myparams:-updatebatch=!
DEL /F "!_myname!.bat" 2>nul
EXIT /B
) ELSE (