aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/.GpgFrontend.h.in.swpbin0 -> 12288 bytes
-rw-r--r--include/GpgFrontend.h.in2
2 files changed, 2 insertions, 0 deletions
diff --git a/include/.GpgFrontend.h.in.swp b/include/.GpgFrontend.h.in.swp
new file mode 100644
index 00000000..9f051f1a
--- /dev/null
+++ b/include/.GpgFrontend.h.in.swp
Binary files differ
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