Skip to content

Commit

Permalink
💚 Add autocomplete scripts to macOS PyInstaller (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankpatibandla authored Jun 6, 2024
1 parent 416613a commit ba7d605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pros-macos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ a = Analysis(
['pros/cli/main.py'],
pathex=[],
binaries=[],
datas=[],
datas=[('pros/autocomplete/*', 'pros/autocomplete')],
hiddenimports=[],
hookspath=[],
hooksconfig={},
Expand Down

0 comments on commit ba7d605

Please sign in to comment.