Skip to content

Commit

Permalink
Revert "💚 Add autocomplete scripts to macOS PyInstaller (#365)"
Browse files Browse the repository at this point in the history
This reverts commit ba7d605.
  • Loading branch information
Rocky14683 committed Jul 25, 2024
1 parent 4b4dec6 commit 471c3cb
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=[('pros/autocomplete/*', 'pros/autocomplete')],
datas=[],
hiddenimports=[],
hookspath=[],
hooksconfig={},
Expand Down

0 comments on commit 471c3cb

Please sign in to comment.