aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/GpgCoreInit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/GpgCoreInit.cpp')
-rw-r--r--src/core/GpgCoreInit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/GpgCoreInit.cpp b/src/core/GpgCoreInit.cpp
index b9c29051..e761b857 100644
--- a/src/core/GpgCoreInit.cpp
+++ b/src/core/GpgCoreInit.cpp
@@ -317,7 +317,7 @@ auto DecideGpgConfPath(const QString& default_gpgconf_path) -> QString {
// check gpgconf path
gpgconf_install_fs_path = custom_gnupg_install_path;
#if defined(_WIN32) || defined(WIN32)
- gnupg_install_fs_path += "/gpgconf.exe";
+ gpgconf_install_fs_path += "/gpgconf.exe";
#else
gpgconf_install_fs_path += "/gpgconf";
#endif