fix display in packaging script

This commit is contained in:
ThomasV 2012-12-18 17:18:03 +01:00
parent 4584a84ba3
commit 04fb0d8b6b
1 changed files with 1 additions and 1 deletions

View File

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