From ed4c9202b975ed27ca5713a35b3311b7af157221 Mon Sep 17 00:00:00 2001
From: earthlng <earthlng@users.noreply.github.com>
Date: Tue, 28 Nov 2017 18:15:14 +0100
Subject: [PATCH] updater.bat v3.0 the real deal

hopefully :fingers_crossed:
---
 updater.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/updater.bat b/updater.bat
index 376d342..8e2703c 100644
--- 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 (