update make_download script

This commit is contained in:
ThomasV 2016-02-27 08:31:09 +01:00
parent 1ec4ccdf2e
commit 57dba2fd1f
1 changed files with 0 additions and 12 deletions

View File

@ -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)