From 73995106d3a0b9aa1b4285e2adf9803e41ce8c88 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 24 Oct 2021 18:16:00 -0500 Subject: [PATCH] NOISSUE Fix typo making Windows build fail --- notsecrets/launcher.rc | 6 +++--- 1 file 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 -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