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
|
@ -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…
Add table
Add a link
Reference in a new issue