PrismLauncher/program_info/prismlauncher.rc.in
Octol1ttle e40dd81c38 change(program_info): unhardcode brand from Windows files
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit c46eaec046)
2026-01-06 12:16:34 +00:00

29 lines
960 B
Text

#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
IDI_ICON1 ICON DISCARDABLE "prismlauncher.ico"
1 RT_MANIFEST "prismlauncher.manifest"
VS_VERSION_INFO VERSIONINFO
FILEVERSION @Launcher_VERSION_NAME4_COMMA@
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "000004b0"
BEGIN
VALUE "CompanyName", "MultiMC & Prism Launcher Contributors"
VALUE "FileDescription", "@Launcher_DisplayName@"
VALUE "FileVersion", "@Launcher_VERSION_NAME4@"
VALUE "ProductName", "@Launcher_DisplayName@"
VALUE "ProductVersion", "@Launcher_VERSION_NAME4@"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0000, 0x04b0 // Unicode
END
END