aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kgpg/gpgproc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kgpg/gpgproc.cpp b/kgpg/gpgproc.cpp
index 2281cb3..52dae55 100644
--- a/kgpg/gpgproc.cpp
+++ b/kgpg/gpgproc.cpp
@@ -169,7 +169,7 @@ GPGProc::resetProcess(const QString &binary)
gpgBin = appPath + "/bin/gpg.exe";
#endif
#ifdef Q_WS_MAC
- gpgBin = appPath + "/gpg-mac";
+ gpgBin = appPath + "/../../../bin/gpg-mac";
#endif
#ifdef Q_WS_X11
gpgBin = appPath + "/bin/gpg";