user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 343f77c5e9fde9190ec7a67f7acb9232e6ee37ee
parent a0ec17955d53666636c07db9bd98ad1b45b3f051
Author: claustromaniac <20734810+claustromaniac@users.noreply.github.com>
Date:   Tue, 16 Jan 2018 10:46:57 -0300

minor fix on the version check

'IF !_line! GEQ 4 (' is not reliable.
Diffstat:
Mupdater.bat | 12++++--------
1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/updater.bat b/updater.bat @@ -92,15 +92,11 @@ IF NOT EXIST user.js ( IF !_line! EQU 3 (SET _version=%%G) ) :exitloop - IF !_line! GEQ 4 ( + IF NOT "!_name!"=="" ( IF /I NOT "!_name!"=="!_name:ghacks=!" ( - CALL :message "ghacks user.js !_version:~2!,!_date!" - ) ELSE ( - CALL :message "Current user.js version not recognised." - ) - ) ELSE ( - CALL :message "Current user.js version not recognised." - ) + CALL :message "!_name! !_version:~2!,!_date!" + ) ELSE (CALL :message "Current user.js version not recognised.") + ) ELSE (CALL :message "Current user.js version not recognised.") ) ECHO: IF NOT DEFINED _ua (