mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-01 23:35:41 +00:00
fix postfix formatting
This commit is contained in:
parent
eda78f7e57
commit
a665e6042b
@ -130,7 +130,7 @@ void Update::PerformUpdate(const std::string& InvokedAs) {
|
|||||||
Distro = DistroID + "." + DistroVersion;
|
Distro = DistroID + "." + DistroVersion;
|
||||||
}
|
}
|
||||||
|
|
||||||
Postfix = fmt::format(".{}.{}.{}", DistroID, DistroVersion, Arch);
|
Postfix = fmt::format(".{}.{}", Distro, Arch);
|
||||||
#else
|
#else
|
||||||
beammp_infof("BeamMP doesn't provide binaries for this OS, please update manually");
|
beammp_infof("BeamMP doesn't provide binaries for this OS, please update manually");
|
||||||
std::exit(1);
|
std::exit(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user