aboutsummaryrefslogtreecommitdiffstats
path: root/include/GpgFrontend.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/GpgFrontend.h.in')
-rw-r--r--include/GpgFrontend.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/GpgFrontend.h.in b/include/GpgFrontend.h.in
index 3c3e72cc..de88bab2 100644
--- a/include/GpgFrontend.h.in
+++ b/include/GpgFrontend.h.in
@@ -41,6 +41,8 @@
#if OS_PLATFORM == MACOS && BUILD_FLAG == RELEASE
# define RESOURCE_DIR(appDir) (appDir + "/../Resources/")
+#elif OS_PLATFORM == LINUX && BUILD_FLAG == RELEASE
+# define RESOURCE_DIR(appDir) (appDir + "/../share/")
#else
# define RESOURCE_DIR(appDir) (appDir)
#endif