tfix display in packaging script - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 04fb0d8b6bae382a93b5c5d42a55756f7d9db751
DIR parent 4584a84ba33d9a9972fc67dccf40745a765c60ea
HTML Author: ThomasV <thomasv@gitorious>
Date: Tue, 18 Dec 2012 17:18:03 +0100
fix display in packaging script
Diffstat:
M make_packages | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/make_packages b/make_packages
t@@ -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"