Skip to content

Commit ba7d605

Browse files
💚 Add autocomplete scripts to macOS PyInstaller (#365)
1 parent 416613a commit ba7d605

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pros-macos.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ a = Analysis(
1515
['pros/cli/main.py'],
1616
pathex=[],
1717
binaries=[],
18-
datas=[],
18+
datas=[('pros/autocomplete/*', 'pros/autocomplete')],
1919
hiddenimports=[],
2020
hookspath=[],
2121
hooksconfig={},

0 commit comments

Comments
 (0)