fix android package

This commit is contained in:
ThomasV 2015-10-30 21:21:20 +01:00
parent 8f62cdc506
commit db654af216
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ if __name__ == '__main__':
os.mkdir(target + '/gui')
shutil.copyfile('gui/android.py', target + '/gui/android.py')
open(target + '/gui/__init__.py','w').close()
os.mkdir(target + '/plugins')
shutil.copyfile('plugins/__init__.py', target + '/plugins/__init__.py')
os.chdir("dist")
# create the zip file