Update compile_win.pl

This commit is contained in:
kleuter 2023-11-01 15:48:34 +01:00
parent 66ec94d61a
commit 5c4154eda2

View File

@ -85,6 +85,7 @@ printLineToBat ("cmake --install . --config Release");
printLineToBat ("cmake --install . --config Debug"); printLineToBat ("cmake --install . --config Debug");
# clean up # clean up
printLineToBat ("cd .."); # since we're now in 'qt6-build' for some reason
printLineToBat ("rmdir qt6-build /s /q"); printLineToBat ("rmdir qt6-build /s /q");
close BAT; close BAT;