commit c725c059474ec5e0b315082a910b58a6265120fb
parent 87c596fa1d685b9365c26b9dfabe9c566f806ea0
Author: ThomasV <thomasv@electrum.org>
Date: Wed, 13 Feb 2019 23:19:34 +0100
update make_download
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/contrib/make_download b/contrib/make_download
@@ -24,6 +24,7 @@ string = string.replace("##VERSION_APK##", APK_VERSION)
files = {
'tgz': "Electrum-%s.tar.gz" % version,
+ 'appimage': "electrum-%s-x86_64.AppImage" % version,
'zip': "Electrum-%s.zip" % version,
'mac': "electrum-%s.dmg" % version_mac,
'win': "electrum-%s.exe" % version_win,