Skip to content

Commit

Permalink
updated spec file to include compiled gradio py (#215)
Browse files Browse the repository at this point in the history
Co-authored-by: Josef Haupt <[email protected]>
  • Loading branch information
Josef-Haupt and Josef Haupt authored Dec 18, 2023
1 parent 4ea850f commit fe07b15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BirdNET-Analyzer-full.spec
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ gui = Analysis(
win_private_assemblies=False,
cipher=block_cipher,
noarchive=False,
module_collection_mode={
'gradio': 'py', # Collect gradio package as source .py files
},
)
gui_pyz = PYZ(gui.pure, gui.zipped_data, cipher=block_cipher)

Expand Down

0 comments on commit fe07b15

Please sign in to comment.