Skip to content

Commit

Permalink
Update build-macos.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
macarooni-man committed Feb 21, 2024
1 parent 3069637 commit 5846b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ rm -rf $venv_path/lib/python3.9/site-packages/kivy/data/logo/*
kivy_path=$venv_path"/lib/python3.9/site-packages/kivy/tools/packaging/pyinstaller_hooks"
sed -i 's/from PyInstaller.compat import modname_tkinter/#/' $kivy_path/__init__.py
sed -i 's/excludedimports = \[modname_tkinter, /excludedimports = [/' $kivy_path/__init__.py
eval $python" -m kivy.tools.packaging.pyinstaller_hooks hook "$kivy_path"/kivy-hook.py"
eval $python" -m kivy.tools.packaging.pyinstaller_hooks hook "$kivy_path"/hook-kivy.py"


# Install Consolas if it doesn't exist and reload font cache
Expand Down

0 comments on commit 5846b77

Please sign in to comment.