Fix tagging script, show tag in UI

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

2
data

@ -1 +1 @@
Subproject commit 2a7ba588e2ab06d433e9ac3f6882bfd4a7f714fe
Subproject commit 5b3a0712847d292d1aefcf8eb2b1062a24556fb2

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 = ''