Fix tagging script, show tag in UI
This commit is contained in:
parent
2a8e391342
commit
08929eb552
2 changed files with 2 additions and 2 deletions
2
data
2
data
|
@ -1 +1 @@
|
|||
Subproject commit 2a7ba588e2ab06d433e9ac3f6882bfd4a7f714fe
|
||||
Subproject commit 5b3a0712847d292d1aefcf8eb2b1062a24556fb2
|
|
@ -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 = ''
|
||||
|
||||
|
|
Loading…
Reference in a new issue