working on fixing appveyor build

This commit is contained in:
Alex Grintsvayg 2017-04-25 12:28:07 -04:00
parent 3a66a740d3
commit edc62c82e3
2 changed files with 2 additions and 0 deletions

View file

@ -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(

View file

@ -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())