mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-09 14:13:35 +00:00
One file
This commit is contained in:
16
src/gam.spec
16
src/gam.spec
@ -37,19 +37,11 @@ pyz = PYZ(a.pure)
|
|||||||
|
|
||||||
exe = EXE(pyz,
|
exe = EXE(pyz,
|
||||||
a.scripts,
|
a.scripts,
|
||||||
exclude_binaries=True,
|
a.binaries,
|
||||||
|
a.zipfiles,
|
||||||
|
a.datas,
|
||||||
name='gam',
|
name='gam',
|
||||||
debug=False,
|
debug=False,
|
||||||
strip=False,
|
strip=None,
|
||||||
bootloader_ignore_signals=False,
|
|
||||||
upx=False,
|
upx=False,
|
||||||
console=True)
|
console=True)
|
||||||
|
|
||||||
coll = COLLECT(exe,
|
|
||||||
a.binaries,
|
|
||||||
a.zipfiles,
|
|
||||||
a.datas,
|
|
||||||
strip=False,
|
|
||||||
upx=False,
|
|
||||||
upx_exclude=[],
|
|
||||||
name='gam')
|
|
||||||
|
Reference in New Issue
Block a user