aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-05-01 18:12:06 +0000
committersaturneric <[email protected]>2025-05-01 18:12:06 +0000
commiteb95d68a43219007737e68e62f89e7903fc665db (patch)
tree882d3505402210b640893f23907f9cf5b700e9f8 /src
parentfix: release qt5 build ci (diff)
downloadGpgFrontend-eb95d68a43219007737e68e62f89e7903fc665db.tar.gz
GpgFrontend-eb95d68a43219007737e68e62f89e7903fc665db.zip
fix: portable app builds on windows
Addresses an issue with portable application builds on Windows. Specifically, it ensures that necessary modules are correctly placed in the application directory, resolving a problem where these modules were not being included in the final build. It also removes static libraries from the binary directory.
Diffstat (limited to '')
-rw-r--r--src/core/function/GlobalSettingStation.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/function/GlobalSettingStation.cpp b/src/core/function/GlobalSettingStation.cpp
index 21f1c743..28b4ade7 100644
--- a/src/core/function/GlobalSettingStation.cpp
+++ b/src/core/function/GlobalSettingStation.cpp
@@ -170,13 +170,7 @@ class GlobalSettingStation::Impl {
#endif
#if defined(_WIN32) || defined(WIN32)
-
-#ifdef NDEBUG
return exec_binary_path + "/../modules";
-#else
- return exec_binary_path + "/../modules/bin";
-#endif
-
#endif
#if defined(__APPLE__) && defined(__MACH__)