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:
@@ -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/*,
|
||||
|
||||
Reference in New Issue
Block a user