From 164d31dcb1a2c4a9815e321bea8908750927e9db Mon Sep 17 00:00:00 2001 From: Trial97 Date: Fri, 14 Jun 2024 13:09:22 +0300 Subject: [PATCH] fix win build take#2 Signed-off-by: Trial97 --- launcher/minecraft/auth/steps/MSAStep.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/minecraft/auth/steps/MSAStep.cpp b/launcher/minecraft/auth/steps/MSAStep.cpp index 05c25586b..8f3c2bc5e 100644 --- a/launcher/minecraft/auth/steps/MSAStep.cpp +++ b/launcher/minecraft/auth/steps/MSAStep.cpp @@ -128,7 +128,7 @@ MimeType=application/zip;application/x-modrinth-modpack+zip;x-scheme-handler/cur } QString appPath = QCoreApplication::applicationFilePath().replace("/", "\\"); - settings.setValue(".", QString("URL:%1 Protocol")).arg(BuildConfig.LAUNCHER_NAME); + settings.setValue(".", QString("URL:%1 Protocol").arg(BuildConfig.LAUNCHER_NAME)); settings.setValue("URL Protocol", ""); settings.setValue("DefaultIcon/.", QString("\"%1\",1").arg(appPath)); settings.setValue("shell/open/command/.", QString("\"%1\" \"%2\"").arg(appPath).arg("%1"));