diff options
author | Werner Koch <wk@gnupg.org> | 2021-02-21 12:09:57 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2021-02-21 12:38:55 +0100 |
commit | 54c1f2518e5df3fe73d6541504d7cb89929f37b5 (patch) | |
tree | 328fe5123ab3eaad5a667405d9830c05a0d7584e /tools/gpg-connect-agent-w32info.rc | |
parent | doc: Update NEWS (diff) | |
download | gnupg2-54c1f2518e5df3fe73d6541504d7cb89929f37b5.tar.xz gnupg2-54c1f2518e5df3fe73d6541504d7cb89929f37b5.zip |
tools,w32: Add resource and manifest files to all binaries.Beta-2.3.0-beta1598
--
Diffstat (limited to 'tools/gpg-connect-agent-w32info.rc')
-rw-r--r-- | tools/gpg-connect-agent-w32info.rc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/gpg-connect-agent-w32info.rc b/tools/gpg-connect-agent-w32info.rc index 8c6735918..06612f8d2 100644 --- a/tools/gpg-connect-agent-w32info.rc +++ b/tools/gpg-connect-agent-w32info.rc @@ -32,8 +32,7 @@ BEGIN BLOCK "040904b0" /* US English (0409), Unicode (04b0) */ BEGIN - VALUE "FileDescription", L"GnuPG\x2019s command line access \ -to the agent\0" + VALUE "FileDescription", L"GnuPG\x2019s IPC tool\0" VALUE "InternalName", "gpg-connect-agent\0" VALUE "OriginalFilename", "gpg-connect-agent.exe\0" VALUE "ProductName", W32INFO_PRODUCTNAME @@ -49,3 +48,5 @@ to the agent\0" VALUE "Translation", 0x409, 0x4b0 END END + +1 RT_MANIFEST "gpg-connect-agent.w32-manifest" |