From 20934a5dbcf811019709be2fcd453a4f34bc3f14 Mon Sep 17 00:00:00 2001 From: BagelSketches Date: Thu, 3 Jul 2025 19:10:31 +1000 Subject: [PATCH] added /build to the windeploy --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b9cd47f..8e2e393b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -650,7 +650,7 @@ if (ISLE_BUILD_CONFIG) COMMAND "${WINDEPLOYQT_EXECUTABLE}" "$" "--dir" - "QTLibs" + "build/QTLibs" "--no-compiler-runtime" "--no-opengl-sw" "--no-system-d3d-compiler"