2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

Updates & renaming for metaforce-gui

This commit is contained in:
2021-04-06 21:24:14 -04:00
parent d94a6eef2b
commit 87dc66625c
6 changed files with 32 additions and 32 deletions

View File

@@ -159,10 +159,10 @@ QString URDEVersion::fileString(bool withExtension) const {
}
if (withExtension && !m_extension.isEmpty()) {
return QStringLiteral("urde-%1-%2-%3%4%5")
return QStringLiteral("metaforce-%1-%2-%3%4%5")
.arg(m_version, PlatformToString(m_platform), ArchitectureToString(m_architecture), m_extra, m_extension);
} else {
return QStringLiteral("urde-%1-%2-%3%4")
return QStringLiteral("metaforce-%1-%2-%3%4")
.arg(m_version, PlatformToString(m_platform), ArchitectureToString(m_architecture), m_extra);
}
}