diff --git a/src/Update.cpp b/src/Update.cpp index b12b602..acc28e2 100644 --- a/src/Update.cpp +++ b/src/Update.cpp @@ -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);