Skip to content

Commit

Permalink
Add thunderbird as recognized version
Browse files Browse the repository at this point in the history
  • Loading branch information
phongse authored and HorlogeSkynet committed Nov 9, 2024
1 parent 8f7158e commit 4d986ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions updater.bat
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,12 @@ IF NOT EXIST user.js (
IF !_line! GEQ 4 (GOTO exitloop)
IF !_line! EQU 1 (SET _name=%%H)
IF !_line! EQU 2 (SET _date=%%H)
IF !_line! EQU 3 (SET _version=%%G)
IF !_line! EQU 3 (SET _version=%%H)
)
:exitloop
IF NOT "!_name!"=="" (
SET "_tempvar="
IF /I NOT "!_name!"=="!_name:ghacks=!" SET _tempvar=1
IF /I NOT "!_name!"=="!_name:arkenfox=!" SET _tempvar=1
IF /I NOT "!_name!"=="!_name:thunderbird=!" SET _tempvar=1
IF !_tempvar! EQU 1 (
CALL :message "!_name! !_version:~2!,!_date!"
) ELSE (CALL :message "Current user.js version not recognised.")
Expand Down

0 comments on commit 4d986ff

Please sign in to comment.