From 68a4d64387b1d424e9e84a6c52421391d5a5fa59 Mon Sep 17 00:00:00 2001 From: Tixx <83774803+WiserTixx@users.noreply.github.com> Date: Sat, 5 Oct 2024 18:08:25 +0200 Subject: [PATCH] Fix linux relauch --- src/Startup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Startup.cpp b/src/Startup.cpp index 6c688f6..865e975 100644 --- a/src/Startup.cpp +++ b/src/Startup.cpp @@ -185,10 +185,10 @@ void CheckForUpdates(const std::string& CV) { + PublicKey + "&branch=" + Branch, EP); URelaunch(); +#endif } else { warn("Launcher update was found, but not updating because --no-update or --dev was specified."); } -#endif } else info("Launcher version is up to date"); TraceBack++;