working on fixing appveyor build
This commit is contained in:
parent
3a66a740d3
commit
edc62c82e3
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ import uritemplate
|
|||
|
||||
|
||||
def main():
|
||||
print "release_on_tag.py called"
|
||||
this_dir = os.path.dirname(os.path.realpath(__file__))
|
||||
try:
|
||||
current_tag = subprocess.check_output(
|
||||
|
|
|
@ -6,6 +6,7 @@ import zipfile
|
|||
|
||||
|
||||
def main():
|
||||
print "zip_daemon.py called"
|
||||
this_dir = os.path.dirname(os.path.realpath(__file__))
|
||||
tag = subprocess.check_output(['git', 'describe']).strip()
|
||||
zipfilename = 'lbrynet-daemon-{}-{}.zip'.format(tag, get_system_label())
|
||||
|
|
Loading…
Reference in a new issue