Fix linux relauch

This commit is contained in:
Tixx 2024-10-05 18:08:25 +02:00
parent 5bdd8c11da
commit 68a4d64387

View File

@ -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++;