From 5c4154eda274f7bc9736e0d89268ebad10b968c4 Mon Sep 17 00:00:00 2001 From: kleuter Date: Wed, 1 Nov 2023 15:48:34 +0100 Subject: [PATCH] Update compile_win.pl --- 6.5.1/compile_win.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/6.5.1/compile_win.pl b/6.5.1/compile_win.pl index d507e8b..6d23127 100644 --- a/6.5.1/compile_win.pl +++ b/6.5.1/compile_win.pl @@ -85,6 +85,7 @@ printLineToBat ("cmake --install . --config Release"); printLineToBat ("cmake --install . --config Debug"); # clean up +printLineToBat ("cd .."); # since we're now in 'qt6-build' for some reason printLineToBat ("rmdir qt6-build /s /q"); close BAT;