electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 04fb0d8b6bae382a93b5c5d42a55756f7d9db751
parent 4584a84ba33d9a9972fc67dccf40745a765c60ea
Author: ThomasV <thomasv@gitorious>
Date:   Tue, 18 Dec 2012 17:18:03 +0100

fix display in packaging script

Diffstat:
Mmake_packages | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make_packages b/make_packages @@ -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"