diff options
| author | Werner Koch <[email protected]> | 2023-05-24 12:16:10 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2023-05-24 12:17:06 +0000 |
| commit | 8295fb3f0b4fc33ba02456c7588cae4df2b490ed (patch) | |
| tree | 51e0aece23aa27d55b0c5a9ec92c718be55fd348 /dirmngr | |
| parent | w32: Add missing manifests and set a requestedExecutionLevel. (diff) | |
| download | gnupg-8295fb3f0b4fc33ba02456c7588cae4df2b490ed.tar.gz gnupg-8295fb3f0b4fc33ba02456c7588cae4df2b490ed.zip | |
w32: Add missing supportedOS Ids for Windows-10
--
Diffstat (limited to 'dirmngr')
| -rw-r--r-- | dirmngr/dirmngr-client.w32-manifest.in | 2 | ||||
| -rw-r--r-- | dirmngr/dirmngr_ldap.w32-manifest.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dirmngr/dirmngr-client.w32-manifest.in b/dirmngr/dirmngr-client.w32-manifest.in index 1d46d19ff..670bb60f1 100644 --- a/dirmngr/dirmngr-client.w32-manifest.in +++ b/dirmngr/dirmngr-client.w32-manifest.in @@ -3,7 +3,7 @@ <description>GNU Privacy Guard (Dirmngr Client)</description> <assemblyIdentity type="win32" - name="GnuPG.dirmngr.client" + name="GnuPG.dirmngr-client" version="@BUILD_VERSION@" /> <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> diff --git a/dirmngr/dirmngr_ldap.w32-manifest.in b/dirmngr/dirmngr_ldap.w32-manifest.in index 67db0841c..509b5e0d1 100644 --- a/dirmngr/dirmngr_ldap.w32-manifest.in +++ b/dirmngr/dirmngr_ldap.w32-manifest.in @@ -3,7 +3,7 @@ <description>GNU Privacy Guard (LDAP Helper)</description> <assemblyIdentity type="win32" - name="GnuPG.dirmngr.ldap" + name="GnuPG.dirmngr-ldap" version="@BUILD_VERSION@" /> <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> |
