1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-28 11:17:47 +00:00

Can't leave out out 32-bit cousins, what few there are

If we downloaded mingw32, we should get rid of that too
This commit is contained in:
brickviking 2022-08-25 23:35:26 +12:00
parent 3361fa850a
commit fe944ae37d

View file

@ -43,10 +43,13 @@ if exist internal\c\libqb\src rmdir /s /q internal\c\libqb\src
echo Remove mingw64. echo Remove mingw64.
if exist mingw64 rmdir /s /q mingw64 if exist mingw64 rmdir /s /q mingw64
echo Remove mingw32
if exist mingw32 rmdir /s /q mingw64
echo Remove internal/version.txt echo Remove internal/version.txt
if exist internal\version.txt del internal\version.txt if exist internal\version.txt del internal\version.txt
echo Remove qb64.exe echo Remove qb64.exe
if exist qb64.exe del qb64.exe if exist qb64.exe del qb64.exe
pause pause