Skip to content

Commit af8f385

Browse files
committed
fix: fixed pyinstaller spec to include printAppStatus.jxa for aw-watcher-window
1 parent 93dc456 commit af8f385

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aw.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ aw_watcher_window_a = Analysis(
114114
pathex=[],
115115
binaries=None,
116116
datas=[
117-
(aww_location / "aw_watcher_window/printAppTitle.scpt", "aw_watcher_window")
117+
(aww_location / "aw_watcher_window/printAppStatus.jxa", "aw_watcher_window")
118118
],
119119
hiddenimports=[],
120120
hookspath=[],

0 commit comments

Comments
 (0)