aboutsummaryrefslogtreecommitdiff
path: root/program_info/polymc.rc.in
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-07-10 19:38:30 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-07-10 19:38:30 +0200
commitb3b76d5d56f9b6849464a6df2031058c98359fbc (patch)
tree211464fb189ef1202093f206d93f3b9f139fd284 /program_info/polymc.rc.in
parent3bc02b9662b84c2ab86b5de1b08b4537177fde90 (diff)
parentcd948dceaed4625e7a876f680d3dc028e6cfe6de (diff)
downloadPrismLauncher-b3b76d5d56f9b6849464a6df2031058c98359fbc.tar.gz
PrismLauncher-b3b76d5d56f9b6849464a6df2031058c98359fbc.tar.bz2
PrismLauncher-b3b76d5d56f9b6849464a6df2031058c98359fbc.zip
Merge branch 'develop' into feature/sparkle-mac
# Conflicts: # .github/workflows/build.yml
Diffstat (limited to 'program_info/polymc.rc.in')
-rw-r--r--program_info/polymc.rc.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/program_info/polymc.rc.in b/program_info/polymc.rc.in
new file mode 100644
index 00000000..0ea9b73a
--- /dev/null
+++ b/program_info/polymc.rc.in
@@ -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 @Launcher_RELEASE_VERSION_NAME4_COMMA@
+FILEOS VOS_NT_WINDOWS32
+FILETYPE VFT_APP
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "000004b0"
+ BEGIN
+ VALUE "CompanyName", "MultiMC & PolyMC Contributors"
+ VALUE "FileDescription", "PolyMC"
+ VALUE "FileVersion", "@Launcher_RELEASE_VERSION_NAME4@"
+ VALUE "ProductName", "PolyMC"
+ VALUE "ProductVersion", "@Launcher_RELEASE_VERSION_NAME4@"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0000, 0x04b0 // Unicode
+ END
+END