aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/GpgCoreInit.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-11-27 07:31:34 +0000
committersaturneric <[email protected]>2024-11-27 07:31:34 +0000
commit7bdb27b2c28d5f00f643042dbb37dd2c05ba9163 (patch)
treeec0aff55f9c59ed726b158e905d391daeea61a46 /src/core/GpgCoreInit.cpp
parentMerge branch 'dev/2.1.5/main' into develop (diff)
downloadGpgFrontend-7bdb27b2c28d5f00f643042dbb37dd2c05ba9163.tar.gz
GpgFrontend-7bdb27b2c28d5f00f643042dbb37dd2c05ba9163.zip
fix: solve nightly build issues
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