mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +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 "dist/%s "%_tgz, md5_tgz
|
||||
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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue