forked from RuotoloLab/Fragariyo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFragariyo_Main2.spec
46 lines (39 loc) · 1.37 KB
/
Fragariyo_Main2.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# -*- mode: python -*-
# ('TerminalFragments_template_example.csv', 'InternalFragsments_template_example.csv', 'ModificationsRepository.txt','.')
import sys ; sys.setrecursionlimit(sys.getrecursionlimit() * 5)
block_cipher = None
b = [
]
resource_files = [
('UI/*', 'UI'),
('tooltips.txt', '.'),
('C:\\Program Files\\Python312\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\*','PyQt5\\Qt5\\bin')]
a = Analysis(['Fragariyo_Main.py'],
pathex=['C:\\Users\\caror\\Fragariyo', 'C:\\Program Files\\Python312\\Lib\\site-packages\\PyQt5\\Qt5\\bin'],
binaries=b,
datas=resource_files,
hiddenimports=[],
hookspath=['.\\extra_hooks'],
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher)
pyz = PYZ(a.pure, a.zipped_data,
cipher=block_cipher)
exe = EXE(pyz,
a.scripts,
exclude_binaries=True,
name='Fragariyo',
debug=False,
strip=False,
upx=True,
icon='Fragariyo_win10.ico',
console=True)
coll = COLLECT(exe,
a.binaries,
a.zipfiles,
a.datas,
strip=False,
upx=True,
name='Fragariyo')