From 04fb0d8b6bae382a93b5c5d42a55756f7d9db751 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 18 Dec 2012 17:18:03 +0100 Subject: [PATCH] fix display in packaging script --- make_packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_packages b/make_packages index a790c873..f079ab4a 100755 --- 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"