Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: added printAppStatus.jxa to pyinstaller datas
fix: fasd
  • Loading branch information
ErikBjare committed Jun 6, 2021
1 parent c683671 commit 57590c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion aw-watcher-window.spec
Expand Up @@ -6,7 +6,10 @@ block_cipher = None
a = Analysis(['aw_watcher_window/__main__.py'],
pathex=[],
binaries=None,
datas=[("aw_watcher_window/printAppTitle.scpt", "aw_watcher_window")],
datas=[
("aw_watcher_window/printAppTitle.scpt", "aw_watcher_window"),
("aw_watcher_window/printAppStatus.jxa", "aw_watcher_window"),
],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
Expand Down

0 comments on commit 57590c3

Please sign in to comment.