diff options
author | Sebastian <sebastianmontoya209@gmail.com> | 2021-10-24 18:16:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-24 18:16:00 -0500 |
commit | 73995106d3a0b9aa1b4285e2adf9803e41ce8c88 (patch) | |
tree | 188d51dcf7c93b6065b4899d86c64e8ccd27d466 | |
parent | 6f6c9c6f6848f4167410eedc65e309d0231cf37d (diff) | |
download | PrismLauncher-73995106d3a0b9aa1b4285e2adf9803e41ce8c88.tar.gz PrismLauncher-73995106d3a0b9aa1b4285e2adf9803e41ce8c88.tar.bz2 PrismLauncher-73995106d3a0b9aa1b4285e2adf9803e41ce8c88.zip |
NOISSUE Fix typo making Windows build fail
-rw-r--r-- | notsecrets/launcher.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/notsecrets/launcher.rc b/notsecrets/launcher.rc index d7e80888..f84104fb 100644 --- a/notsecrets/launcher.rc +++ b/notsecrets/launcher.rc @@ -3,8 +3,8 @@ #endif #include <windows.h> -IDI_ICON1 ICON DISCARDABLE "Laucher.ico" -1 RT_MANIFEST "Laucher.manifest" +IDI_ICON1 ICON DISCARDABLE "Launcher.ico" +1 RT_MANIFEST "Launcher.manifest" VS_VERSION_INFO VERSIONINFO FILEVERSION 1,0,0,0 @@ -18,7 +18,7 @@ BEGIN VALUE "CompanyName", "MultiMC Contributors" VALUE "FileDescription", "A Minecraft Launcher" VALUE "FileVersion", "1.0.0.0" - VALUE "ProductName", "Laucher" + VALUE "ProductName", "Launcher" VALUE "ProductVersion", "5" END END |