1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-05-12 12:00:14 +00:00

Merge pull request #23 from brickviking/bv-setupwin-1

correcting choice usage
This commit is contained in:
Cory Smith 2022-09-10 08:58:20 -05:00 committed by GitHub
commit db805a5fc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86"
:choose
choice /c 12 /M "Use (1) 64-bit or (2) 32-bit MINGW? "
if errlevel == 1 goto chose64
if errorlevel == 1 goto chose64
goto chose32
:chose32