Skip to content

Commit

Permalink
Fixed install tool. Quit option wasnt working.
Browse files Browse the repository at this point in the history
  • Loading branch information
cressidagp committed Oct 1, 2021
1 parent fba8827 commit 44f3d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ IF %v%==r GOTO remove
IF %v%==R GOTO remove
IF %v%==s GOTO top
IF %v%==S GOTO top
IF %v%==x GOTO exit
IF %v%==X GOTO exit
IF %v%==q GOTO exit
IF %v%==Q GOTO exit
IF %v%=="" GOTO exit
GOTO error

Expand Down

0 comments on commit 44f3d91

Please sign in to comment.