mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 02:30:54 +00:00
fix postfix formatting
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user