diff options
author | swirl <swurl@swurl.xyz> | 2021-12-31 16:36:59 -0500 |
---|---|---|
committer | swirl <swurl@swurl.xyz> | 2021-12-31 16:37:54 -0500 |
commit | 3f3c5ea247dcd4793e117238af3bed50614d4961 (patch) | |
tree | dd99ccb130ebfafc0ed6a070fa780ef45dab2732 /program_info/polymc.rc | |
parent | 541e2f0d8d56b1e808ac98b6cf5b3600f324f2fa (diff) | |
download | PrismLauncher-3f3c5ea247dcd4793e117238af3bed50614d4961.tar.gz PrismLauncher-3f3c5ea247dcd4793e117238af3bed50614d4961.tar.bz2 PrismLauncher-3f3c5ea247dcd4793e117238af3bed50614d4961.zip |
Rebranding logo
add temporary Ouroboros logo, thanks Lenny for vectorizing
change logo file names
Desktop file now includes proper exec using the app binary name
fix genicons for use with libicns
Diffstat (limited to 'program_info/polymc.rc')
-rw-r--r-- | program_info/polymc.rc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/program_info/polymc.rc b/program_info/polymc.rc new file mode 100644 index 00000000..08c21a41 --- /dev/null +++ b/program_info/polymc.rc @@ -0,0 +1,29 @@ +#ifndef WIN32_LEAN_AND_MEAN +#define WIN32_LEAN_AND_MEAN +#endif +#include <windows.h> + +IDI_ICON1 ICON DISCARDABLE "polymc.ico" +1 RT_MANIFEST "polymc.manifest" + +VS_VERSION_INFO VERSIONINFO +FILEVERSION 1,0,0,0 +FILEOS VOS_NT_WINDOWS32 +FILETYPE VFT_APP +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "000004b0" + BEGIN + VALUE "CompanyName", "MultiMC & PolyMC Contributors" + VALUE "FileDescription", "A Minecraft Launcher" + VALUE "FileVersion", "1.0.0.0" + VALUE "ProductName", "PolyMC" + VALUE "ProductVersion", "5" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0000, 0x04b0 // Unicode + END +END |