2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 06:27:43 +00:00

CI: Checkout with fetch-depth: 0

This commit is contained in:
2021-03-29 18:32:55 -04:00
parent 6812670cc8
commit eb032863fb
5 changed files with 17 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ SplashScreen::SplashScreen(ViewManager& vm, specter::ViewResources& res)
, m_openProjBind(*this)
, m_extractProjBind(*this) {
if (URDE_WC_DATE[0] != '\0' && URDE_WC_REVISION[0] != '\0' && URDE_WC_BRANCH[0] != '\0') {
m_buildInfoStr = fmt::format(FMT_STRING("{}: {}\n{}: {}\n{}: {}"),
m_buildInfoStr = fmt::format(FMT_STRING("{}: {}\n{}: {}\n{}: {}"),
vm.translate<locale::version>(), URDE_WC_DESCRIBE,
vm.translate<locale::branch>(), URDE_WC_BRANCH,
vm.translate<locale::commit>(), URDE_WC_REVISION/*,