diff options
author | saturneric <[email protected]> | 2025-05-01 14:54:48 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-05-01 14:54:48 +0000 |
commit | 72090625a3b136a6c6ad428a37f6fc0677e33333 (patch) | |
tree | b8926376f1af56b89e45c94c2d17352af77cbf3b /src/core/function/GlobalSettingStation.cpp | |
parent | refactor: add cmake functions to register module and library (diff) | |
download | GpgFrontend-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.cpp | 2 |
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 |