Always compute UI_EXTENSION_GIT_SHA

This commit is contained in:
Yves
2025-02-17 18:20:25 +01:00
parent 1698c5cb7c
commit d03b87dfce
3 changed files with 19 additions and 5 deletions

View File

@@ -115,8 +115,8 @@ std::string UiExtension::Name() {
}
std::string UiExtension::Version() const {
#ifdef EXT_VERSION_UI
return EXT_VERSION_UI;
#ifdef UI_EXTENSION_GIT_SHA
return UI_EXTENSION_GIT_SHA;
#else
return "";
#endif