Skip to content

Commit 0cde19f

Browse files
committed
ci(mac): fix pyinstaller failure on turbojpeg
1 parent 5de18d6 commit 0cde19f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/setup_tauri.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ PVPYTHON_PATH=$(which pvpython.exe) || PVPYTHON_PATH=$(which pvpython)
1010
python -m PyInstaller --clean --noconfirm \
1111
--distpath src-tauri \
1212
--name server --hidden-import pkgutil \
13+
--exclude-module turbojpeg \
1314
--collect-all trame \
1415
--collect-all trame_client \
1516
--collect-all trame_dataclass \

0 commit comments

Comments
 (0)