mirror of
https://github.com/btclock/btclock_v3.git
synced 2024-11-19 00:40:00 +01:00
Fix tagging script, show tag in UI
This commit is contained in:
parent
2a8e391342
commit
08929eb552
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 New Issue
Block a user