diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-12-17 00:37:56 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-12-17 00:37:56 +0100 |
commit | f8067a60346207d4b9b9f0c0eb5b1c3a70e28485 (patch) | |
tree | b92aaa6d70543dfa15852231fff4423ed3ea53a2 /multimc.rc | |
parent | be8dba9ee2573062dc689041874bade27504f045 (diff) | |
download | MultiMC-f8067a60346207d4b9b9f0c0eb5b1c3a70e28485.tar MultiMC-f8067a60346207d4b9b9f0c0eb5b1c3a70e28485.tar.gz MultiMC-f8067a60346207d4b9b9f0c0eb5b1c3a70e28485.tar.lz MultiMC-f8067a60346207d4b9b9f0c0eb5b1c3a70e28485.tar.xz MultiMC-f8067a60346207d4b9b9f0c0eb5b1c3a70e28485.zip |
Magical pixie dust for windows updater reliability
Don't ask.
Diffstat (limited to 'multimc.rc')
-rw-r--r-- | multimc.rc | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1 +1,29 @@ +#ifndef WIN32_LEAN_AND_MEAN +#define WIN32_LEAN_AND_MEAN +#endif +#include <windows.h> + IDI_ICON1 ICON DISCARDABLE "resources/icons/MultiMC.ico" +1 RT_MANIFEST "MultiMC.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 Contributors" + VALUE "FileDescription", "Minecraft Launcher" + VALUE "FileVersion", "1.0.0.0" + VALUE "ProductName", "MultiMC" + VALUE "ProductVersion", "5" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0000, 0x04b0 // Unicode + END +END |