1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

tools,w32: Add resource and manifest files to all binaries.

--
This commit is contained in:
Werner Koch 2021-02-21 12:09:57 +01:00
parent c7d389e772
commit 54c1f2518e
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
17 changed files with 378 additions and 21 deletions

View file

@ -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"