File tree Expand file tree Collapse file tree 1 file changed +36
-31
lines changed
Expand file tree Collapse file tree 1 file changed +36
-31
lines changed Original file line number Diff line number Diff line change 33block_cipher = None
44
55
6- a = Analysis (['aw_watcher_window/__main__.py' ],
7- pathex = [],
8- binaries = None ,
9- datas = [
10- ("aw_watcher_window/printAppTitle.scpt" , "aw_watcher_window" ),
11- ("aw_watcher_window/printAppStatus.jxa" , "aw_watcher_window" ),
12- ],
13- hiddenimports = [],
14- hookspath = [],
15- runtime_hooks = [],
16- excludes = [],
17- win_no_prefer_redirects = False ,
18- win_private_assemblies = False ,
19- cipher = block_cipher )
20- pyz = PYZ (a .pure , a .zipped_data ,
21- cipher = block_cipher )
22- exe = EXE (pyz ,
23- a .scripts ,
24- exclude_binaries = True ,
25- name = 'aw-watcher-window' ,
26- debug = False ,
27- strip = False ,
28- upx = True ,
29- console = True )
30- coll = COLLECT (exe ,
31- a .binaries ,
32- a .zipfiles ,
33- a .datas ,
34- strip = False ,
35- upx = True ,
36- name = 'aw-watcher-window' )
6+ a = Analysis (
7+ ["aw_watcher_window/__main__.py" ],
8+ pathex = [],
9+ binaries = None ,
10+ datas = [
11+ ("aw_watcher_window/printAppTitle.scpt" , "aw_watcher_window" ),
12+ ("aw_watcher_window/printAppStatus.jxa" , "aw_watcher_window" ),
13+ ],
14+ hiddenimports = [],
15+ hookspath = [],
16+ runtime_hooks = [],
17+ excludes = [],
18+ win_no_prefer_redirects = False ,
19+ win_private_assemblies = False ,
20+ cipher = block_cipher ,
21+ )
22+ pyz = PYZ (a .pure , a .zipped_data , cipher = block_cipher )
23+ exe = EXE (
24+ pyz ,
25+ a .scripts ,
26+ exclude_binaries = True ,
27+ name = "aw-watcher-window" ,
28+ debug = False ,
29+ strip = False ,
30+ upx = True ,
31+ console = True ,
32+ )
33+ coll = COLLECT (
34+ exe ,
35+ a .binaries ,
36+ a .zipfiles ,
37+ a .datas ,
38+ strip = False ,
39+ upx = True ,
40+ name = "aw-watcher-window" ,
41+ )
You can’t perform that action at this time.
0 commit comments