mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-21 19:48:05 +01:00
gpgconf,w32: Also print a GnuPG Install Directory Registry entry
* tools/gpgconf.c (show_other_registry_entries): Add another dir.
This commit is contained in:
parent
abcf0116ee
commit
db73f17f0c
@ -1315,9 +1315,10 @@ show_other_registry_entries (estream_t outfp)
|
||||
const char *name;
|
||||
} names[] =
|
||||
{
|
||||
{ 1, "HKLM\\Software\\Gpg4win:Install Directory" },
|
||||
{ 1, "HKLM\\Software\\Gpg4win:Desktop-Version" },
|
||||
{ 1, "HKLM\\Software\\Gpg4win:VS-Desktop-Version" },
|
||||
{ 1, "\\Software\\Gpg4win:Install Directory" },
|
||||
{ 1, "\\Software\\GnuPG:Install Directory" },
|
||||
{ 1, "\\" GNUPG_REGISTRY_DIR ":HomeDir" },
|
||||
{ 1, "\\" GNUPG_REGISTRY_DIR ":DefaultLogFile" },
|
||||
{ 2, "\\Software\\Microsoft\\Office\\Outlook\\Addins\\GNU.GpgOL"
|
||||
|
Loading…
x
Reference in New Issue
Block a user