mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
update make_download script
This commit is contained in:
parent
65ee3416f6
commit
21e3bb7939
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ import re
|
||||||
import hashlib
|
import hashlib
|
||||||
import os
|
import os
|
||||||
|
|
||||||
from versions import version, version_win, version_mac, version_apk
|
from versions import version, version_win, version_mac, version_android, version_apk
|
||||||
from versions import download_template, download_page
|
from versions import download_template, download_page
|
||||||
|
|
||||||
with open(download_template) as f:
|
with open(download_template) as f:
|
||||||
|
@ -13,6 +13,7 @@ with open(download_template) as f:
|
||||||
string = string.replace("##VERSION##", version)
|
string = string.replace("##VERSION##", version)
|
||||||
string = string.replace("##VERSION_WIN##", version_win)
|
string = string.replace("##VERSION_WIN##", version_win)
|
||||||
string = string.replace("##VERSION_MAC##", version_mac)
|
string = string.replace("##VERSION_MAC##", version_mac)
|
||||||
|
string = string.replace("##VERSION_ANDROID##", version_android)
|
||||||
string = string.replace("##VERSION_APK##", version_apk)
|
string = string.replace("##VERSION_APK##", version_apk)
|
||||||
|
|
||||||
files = {
|
files = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue