Skip to content

Commit

Permalink
fix: assets missing in PyInstaller build
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Jan 10, 2024
1 parent d98c066 commit a0ee061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Buzz.spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ datas += collect_data_files("whisper")
datas += [
("buzz/whisper.dll" if platform.system() == "Windows" else "buzz/libwhisper.*", ".")
]
datas += [("assets/*", "assets")]
datas += [
(file[1], os.path.dirname(file[1]))
for file in Tree("./locale", prefix="locale", excludes=["*.po"])
Expand Down

0 comments on commit a0ee061

Please sign in to comment.