1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-05-03 20:50:13 +00:00

Update reset.cmd

Signed-off-by: Cory Smith <dualbrain@msn.com>
This commit is contained in:
Cory Smith 2022-08-26 21:13:16 -07:00 committed by GitHub
parent b008707096
commit ed98457777
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ echo Remove mingw64.
if exist mingw64 rmdir /s /q mingw64
echo Remove mingw32
if exist mingw32 rmdir /s /q mingw64
if exist mingw32 rmdir /s /q mingw32
echo Remove internal/version.txt
if exist internal\version.txt del internal\version.txt