-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathants.spec
25 lines (25 loc) · 907 Bytes
/
ants.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# -*- mode: python -*-
a = Analysis(['C:\\Users\\gw234478\\Dropbox\\ants\\ants.py'],
pathex=['C:\\Python27\\Scripts'],
hiddenimports=[],
hookspath=None,
runtime_hooks=None)
pyz = PYZ(a.pure)
exe = EXE(pyz,
a.scripts,
a.binaries + [('msvcp100.dll', 'C:\\Windows\\System32\\msvcp100.dll', 'BINARY'), ('msvcr100.dll', 'C:\\Windows\\System32\\msvcr100.dll', 'BINARY')]
if sys.platform == 'win32' else a.binaries,
a.datas + [('A.gif', 'A.gif', 'DATA'), ('ANTS.gif', 'ANTS.gif', 'DATA'), ('data.json', 'data.json', 'DATA')],
name='ANTS.exe',
debug=False,
strip=None,
upx=True,
icon='A.ico',
console=False )
coll = COLLECT(exe,
a.binaries,
a.zipfiles,
a.datas,
strip=None,
upx=True,
name='ANTS')