mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
update make_download
This commit is contained in:
parent
87c596fa1d
commit
c725c05947
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue