build: Update windows resource file for the first time ever
This commit is contained in:
parent
51880fc2a8
commit
e241adab0e
@ -1,3 +1,5 @@
|
||||
#pragma code_page(65001)
|
||||
|
||||
GLFW_ICON ICON dist/windows/icon.ico
|
||||
|
||||
1 VERSIONINFO
|
||||
@ -5,22 +7,22 @@ GLFW_ICON ICON dist/windows/icon.ico
|
||||
PRODUCTVERSION PROJECT_VERSION_MAJOR,PROJECT_VERSION_MINOR,PROJECT_VERSION_PATCH
|
||||
FILEFLAGSMASK 0x17L
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
FILEFLAGS 0x01L
|
||||
#else
|
||||
FILEFLAGS 0x0L
|
||||
FILEFLAGS 0x00L
|
||||
#endif
|
||||
FILEOS 0x4L
|
||||
FILETYPE 0x1L
|
||||
FILESUBTYPE 0x0L
|
||||
FILEOS 0x04L
|
||||
FILETYPE 0x01L
|
||||
FILESUBTYPE 0x00L
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "080904b0"
|
||||
BEGIN
|
||||
VALUE "Comments", "A Hex Editor for Reverse Engineers, Programmers and people that value their eye sight when working at 3 AM."
|
||||
VALUE "FileDescription", "🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM."
|
||||
VALUE "CompanyName", "WerWolv"
|
||||
VALUE "FileDescription", "ImHex Hex Editor"
|
||||
VALUE "LegalCopyright", "WerWolv 2020-2021"
|
||||
VALUE "LegalCopyright", "WerWolv 2020-2023"
|
||||
VALUE "OriginalFilename", "imhex.exe"
|
||||
VALUE "ProductName", "ImHex"
|
||||
END
|
||||
|
Loading…
Reference in New Issue
Block a user