Kaynağa Gözat

last attempt

if this doesn't work I'll remove the damn -updatebatch part for good
earthlng 7 yıl önce
ebeveyn
işleme
51d98fac09
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      updater.bat

+ 2 - 1
updater.bat

@@ -43,7 +43,8 @@ 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:-updatebatch=!
+		SET "_myparams=!_myparams:-updatebatch=!"
+		START CMD /C "!_myname!-updated.bat" !_myparams!
 		DEL /F "!_myname!.bat" 2>nul
 		EXIT /B
 	) ELSE (