Skip to content

Commit 57590c3

Browse files
committed
fix: added printAppStatus.jxa to pyinstaller datas
fix: fasd
1 parent c683671 commit 57590c3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

aw-watcher-window.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ block_cipher = None
66
a = Analysis(['aw_watcher_window/__main__.py'],
77
pathex=[],
88
binaries=None,
9-
datas=[("aw_watcher_window/printAppTitle.scpt", "aw_watcher_window")],
9+
datas=[
10+
("aw_watcher_window/printAppTitle.scpt", "aw_watcher_window"),
11+
("aw_watcher_window/printAppStatus.jxa", "aw_watcher_window"),
12+
],
1013
hiddenimports=[],
1114
hookspath=[],
1215
runtime_hooks=[],

0 commit comments

Comments
 (0)