Add working example of packing for desktops.

This commit is contained in:
Dorian 2016-11-14 16:06:10 -05:00
parent 58558bf0b5
commit 30a8e27f4a
1 changed files with 2 additions and 5 deletions

View File

@ -3,9 +3,9 @@ block_cipher = None
a = Analysis(['main.py'],
pathex=['/home/dorian.pula/colonia/doric-engine'],
pathex=['.'],
binaries=None,
datas=None,
datas=[('*.kv', '.')],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
@ -15,9 +15,6 @@ a = Analysis(['main.py'],
cipher=block_cipher)
pyz = PYZ(a.pure, a.zipped_data,
cipher=block_cipher)
a.datas += [('strategygame.kv', 'debug.kv')]
exe = EXE(pyz,
a.scripts,
a.binaries,