mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 17:55:20 +00:00
fix display in packaging script
This commit is contained in:
parent
4584a84ba3
commit
04fb0d8b6b
1 changed files with 1 additions and 1 deletions
|
@ -43,6 +43,6 @@ if __name__ == '__main__':
|
||||||
print "Packages are ready:"
|
print "Packages are ready:"
|
||||||
print "dist/%s "%_tgz, md5_tgz
|
print "dist/%s "%_tgz, md5_tgz
|
||||||
print "dist/%s "%_zip, md5_zip
|
print "dist/%s "%_zip, md5_zip
|
||||||
print "dist/e4a ", md5_android
|
print "dist/%s "%e4a_name2, md5_android
|
||||||
print "To make a release, upload the files to the server, and update the webpages in branch gh-pages"
|
print "To make a release, upload the files to the server, and update the webpages in branch gh-pages"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue