Selaa lähdekoodia

updater.bat v3.0 the real deal

hopefully :fingers_crossed:
earthlng 7 vuotta sitten
vanhempi
commit
ed4c9202b9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      updater.bat

+ 1 - 1
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 (