commit d3eda589bb4e4063aaeba848eb08e5d1fbcde7b2
parent 0be33e2408eda922071fa63d6407aa31423d8803
Author: earthlng <earthlng@users.noreply.github.com>
Date: Tue, 28 Nov 2017 17:32:32 +0100
Update updater.bat
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/updater.bat b/updater.bat
@@ -3,7 +3,7 @@ TITLE ghacks user.js updater
REM ### ghacks-user.js updater for Windows
REM ## author: @claustromaniac
-REM ## version: 3.0-alpha92
+REM ## version: 3.0
SET _myname=%~n0
SET _myparams=%*
@@ -206,7 +206,5 @@ FOR /F "tokens=1,* delims=]" %%G IN ('find /n /v "" ^< "%~1"') DO (
)
ENDLOCAL
DEL /F %~1 temp123 >nul
-GOTO EOF
+GOTO :EOF
REM ############################
-
-:EOF