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
1ec4ccdf2e
commit
57dba2fd1f
1 changed files with 0 additions and 12 deletions
|
@ -49,15 +49,3 @@ with open(download_page,'w') as f:
|
|||
f.write(string)
|
||||
|
||||
|
||||
# android
|
||||
|
||||
from versions import android_template, android_page
|
||||
with open(android_template) as f:
|
||||
string = f.read()
|
||||
|
||||
e4a_zipname = "e4a-%s.zip"%version
|
||||
string = string.replace("##VERSION##", version)
|
||||
string = string.replace("##ZIPNAME##", e4a_zipname)
|
||||
|
||||
with open(android_page,'w') as f:
|
||||
f.write(string)
|
||||
|
|
Loading…
Add table
Reference in a new issue