use an empty init file for android
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user