aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/GlobalSettingStation.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-05-01 14:54:48 +0000
committersaturneric <[email protected]>2025-05-01 14:54:48 +0000
commit72090625a3b136a6c6ad428a37f6fc0677e33333 (patch)
treeb8926376f1af56b89e45c94c2d17352af77cbf3b /src/core/function/GlobalSettingStation.cpp
parentrefactor: add cmake functions to register module and library (diff)
downloadGpgFrontend-72090625a3b136a6c6ad428a37f6fc0677e33333.tar.gz
GpgFrontend-72090625a3b136a6c6ad428a37f6fc0677e33333.zip
fix: only load modules with suffix libgf_mod_
Diffstat (limited to 'src/core/function/GlobalSettingStation.cpp')
-rw-r--r--src/core/function/GlobalSettingStation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/function/GlobalSettingStation.cpp b/src/core/function/GlobalSettingStation.cpp
index 7632f7dc..21f1c743 100644
--- a/src/core/function/GlobalSettingStation.cpp
+++ b/src/core/function/GlobalSettingStation.cpp
@@ -182,7 +182,7 @@ class GlobalSettingStation::Impl {
#if defined(__APPLE__) && defined(__MACH__)
#ifdef NDEBUG
- return exec_binary_path + "/../Modules";
+ return exec_binary_path + "/../PlugIns";
#endif
#endif