1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-28 11:17:46 +00:00

Merge pull request #176 from QB64-Phoenix-Edition/Fix_batch

Fix errorlevel check
This commit is contained in:
Zachary Spriggs 2022-09-13 19:29:41 -04:00 committed by GitHub
commit b06e5dd70b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ goto downloadfinished
:download64choice
choice /C 12 /M "Do you prefer to download 1)32-bit QB64-PE or 2)64-bit QB64-PE"
if errorlevel == 1 goto download32
if %errorlevel% == 1 goto download32
set MINGW=mingw64.exe
:downloadfinished