mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-01 15:26:59 +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;
|
||||
}
|
||||
|
||||
Postfix = fmt::format(".{}.{}.{}", DistroID, DistroVersion, Arch);
|
||||
Postfix = fmt::format(".{}.{}", Distro, Arch);
|
||||
#else
|
||||
beammp_infof("BeamMP doesn't provide binaries for this OS, please update manually");
|
||||
std::exit(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user