Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2019-10-19 21:51:03 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2019-10-19 21:51:03 +0300
commit033e609ab1db723c7a51aa8a7480ef08ac7f012e (patch)
tree4d8f98b446d4bc696be4e7a2b0e358dd68c06e8a /BuildTools
parente0d5a7d43eaf34535f1811d891d9a7afc062a413 (diff)
Fixed the signing tool to use the updated GPG library
Diffstat (limited to 'BuildTools')
-rw-r--r--BuildTools/GnupgSigningTool/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildTools/GnupgSigningTool/Program.cs b/BuildTools/GnupgSigningTool/Program.cs
index 7470001aa..3fd35b5d9 100644
--- a/BuildTools/GnupgSigningTool/Program.cs
+++ b/BuildTools/GnupgSigningTool/Program.cs
@@ -99,7 +99,7 @@ namespace GnupgSigningTool
throw new ArgumentException("Could not fetch gpg key id or gpg passphrase.");
}
- gpgpath = gpgpath ?? Duplicati.Library.Encryption.GPGEncryption.GetGpgExePath();
+ gpgpath = gpgpath ?? Duplicati.Library.Encryption.GPGEncryption.GetGpgProgramPath();
SpawnGPG();
}