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, + PublicKey + "&branch=" + Branch,
EP); EP);
URelaunch(); URelaunch();
#endif
} else { } else {
warn("Launcher update was found, but not updating because --no-update or --dev was specified."); warn("Launcher update was found, but not updating because --no-update or --dev was specified.");
} }
#endif
} else } else
info("Launcher version is up to date"); info("Launcher version is up to date");
TraceBack++; TraceBack++;