From ca19ea1ce8535428d7cc969302c61bfda735c353 Mon Sep 17 00:00:00 2001 From: Nadia Holmquist Pedersen Date: Sun, 6 Nov 2022 02:53:51 +0100 Subject: Windows resource/manifest fixes * Report correct Windows architecture for the build in the manifest * Output processed .rc/.manifest in the CMake binary dir to prevent potential issues with the files conflicting if cross compiling melonDS on the same Windows machine * Make the original file name actually make sense --- res/melon.rc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/melon.rc.in') diff --git a/res/melon.rc.in b/res/melon.rc.in index 27c7cbd..2034461 100644 --- a/res/melon.rc.in +++ b/res/melon.rc.in @@ -2,7 +2,7 @@ #define VFT_APP 0x00000001L //this will set your .exe icon -100 ICON MOVEABLE PURE LOADONCALL DISCARDABLE "res/melon.ico" +100 ICON MOVEABLE PURE LOADONCALL DISCARDABLE "${CMAKE_SOURCE_DIR}/res/melon.ico" //include version information in .exe, modify these values to match your needs 1 VERSIONINFO @@ -20,7 +20,7 @@ FILETYPE VFT_APP VALUE "InternalName", "SDnolem" VALUE "LegalCopyright", "2016-2022 melonDS team" VALUE "LegalTrademarks", "" - VALUE "OriginalFilename", "zafkflzdasd.exe" + VALUE "OriginalFilename", "melonDS.exe" VALUE "ProductName", "melonDS" VALUE "ProductVersion", "${melonDS_VERSION}" } -- cgit v1.2.3