From abb56b85686b92f3bbbf6521f94e03e429759d35 Mon Sep 17 00:00:00 2001 From: APTX Date: Sat, 8 Dec 2012 17:32:00 +0100 Subject: [PATCH] Add manifest --- src/aniplayer.exe.manifest | 20 ++++++++++++++++++++ src/aniplayer.rc | 3 ++- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 src/aniplayer.exe.manifest diff --git a/src/aniplayer.exe.manifest b/src/aniplayer.exe.manifest new file mode 100644 index 0000000..bf74870 --- /dev/null +++ b/src/aniplayer.exe.manifest @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src/aniplayer.rc b/src/aniplayer.rc index dc2044f..cf6898b 100644 --- a/src/aniplayer.rc +++ b/src/aniplayer.rc @@ -1,5 +1,6 @@ 1 TYPELIB "aniplayer.rc" IDI_ICON1 ICON DISCARDABLE "../resource/aniplayer-mikuru.ico" +1 24 "aniplayer.exe.manifest" 1 VERSIONINFO FILEVERSION 1,0,0,1 PRODUCTVERSION 1,0,0,1 @@ -25,7 +26,7 @@ BEGIN VALUE "InternalName", "aniplayer\0" VALUE "LegalCopyright", "Copyright © 2009 APTX\0" VALUE "MIMEType", "application/x-aniplayer\0" - VALUE "OriginalFilename", "aniplayer.dll\0" + VALUE "OriginalFilename", "aniplayer.exe\0" VALUE "ProductName", "AniPlayer\0" VALUE "ProductVersion", "0, 1, 0, 0\0" END -- 2.52.0