use an empty init file for android
This commit is contained in:
parent
1c98b28e45
commit
230b3b4a18
@ -26,7 +26,7 @@ if __name__ == '__main__':
|
|||||||
shutil.copytree("lib",'dist/e4a-%s/lib'%version)
|
shutil.copytree("lib",'dist/e4a-%s/lib'%version)
|
||||||
os.mkdir('dist/e4a-%s/gui'%version)
|
os.mkdir('dist/e4a-%s/gui'%version)
|
||||||
shutil.copy("gui/gui_android.py",'dist/e4a-%s/gui'%version)
|
shutil.copy("gui/gui_android.py",'dist/e4a-%s/gui'%version)
|
||||||
shutil.copy("gui/__init__.py",'dist/e4a-%s/gui'%version)
|
open('dist/e4a-%s/gui/__init__.py'%version,'w').close()
|
||||||
|
|
||||||
os.chdir("dist")
|
os.chdir("dist")
|
||||||
# create the zip file
|
# create the zip file
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user