Fix tagging script, show tag in UI

This commit is contained in:
Djuri 2024-06-09 01:07:04 +02:00
parent 2a8e391342
commit 08929eb552
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ try:
.strip()
.decode("utf-8")
)
git_tag_define = '-DGIT_TAG="%s"' % tag
git_tag_define = '\'-DGIT_TAG=\"%s\"\'' % tag
except subprocess.CalledProcessError:
git_tag_define = ''