Skip to content

Commit

Permalink
build(deps): update pyinstaller to v6.6 (contents_directory="." in spec)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed May 6, 2024
1 parent 68a2603 commit 80753ef
Show file tree
Hide file tree
Showing 3 changed files with 276 additions and 228 deletions.
3 changes: 2 additions & 1 deletion aw-notify.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ exe = EXE(pyz,
a.scripts,
exclude_binaries=True,
name='aw-notify',
contents_directory=".",
debug=False,
strip=False,
upx=True,
console=True )
console=True)
coll = COLLECT(exe,
a.binaries,
a.zipfiles,
Expand Down
Loading

0 comments on commit 80753ef

Please sign in to comment.