fix postfix formatting

This commit is contained in:
Lion Kortlepel 2024-01-08 11:52:17 +01:00
parent eda78f7e57
commit a665e6042b
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -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);