pollymc/program_info/pollymc.rc.in

30 lines
928 B
Plaintext
Raw Normal View History

2022-08-19 18:26:46 +05:30
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
IDI_ICON1 ICON DISCARDABLE "pollymc.ico"
1 RT_MANIFEST "pollymc.manifest"
VS_VERSION_INFO VERSIONINFO
2022-09-15 16:20:46 +05:30
FILEVERSION @Launcher_VERSION_NAME4_COMMA@
2022-08-19 18:26:46 +05:30
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "000004b0"
BEGIN
2022-10-24 20:57:07 +05:30
VALUE "CompanyName", "MultiMC & Prism Launcher & PollyMC Contributors"
2022-08-19 18:26:46 +05:30
VALUE "FileDescription", "PollyMC"
2022-09-15 16:20:46 +05:30
VALUE "FileVersion", "@Launcher_VERSION_NAME4@"
2022-08-19 18:26:46 +05:30
VALUE "ProductName", "PollyMC"
2022-09-15 16:20:46 +05:30
VALUE "ProductVersion", "@Launcher_VERSION_NAME4@"
2022-08-19 18:26:46 +05:30
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0000, 0x04b0 // Unicode
END
END