mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 23:46:59 +00:00
Fix linux relauch
This commit is contained in:
parent
5bdd8c11da
commit
68a4d64387
@ -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++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user