Skip to content

Commit

Permalink
fix: fixed pyinstaller spec to include printAppStatus.jxa for aw-watc…
Browse files Browse the repository at this point in the history
…her-window
  • Loading branch information
ErikBjare committed Jun 15, 2021
1 parent 93dc456 commit af8f385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aw.spec
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ aw_watcher_window_a = Analysis(
pathex=[],
binaries=None,
datas=[
(aww_location / "aw_watcher_window/printAppTitle.scpt", "aw_watcher_window")
(aww_location / "aw_watcher_window/printAppStatus.jxa", "aw_watcher_window")
],
hiddenimports=[],
hookspath=[],
Expand Down

0 comments on commit af8f385

Please sign in to comment.