Fixing macOS build script.

This commit is contained in:
Adsooi 2024-10-29 01:37:44 +01:00
parent 8429ff3739
commit f5b489ef44
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -27,9 +27,9 @@ rm $(find . -name "*.pyc")
pyinstaller --add-data "LogarithmPlotter/qml:qml" \ pyinstaller --add-data "LogarithmPlotter/qml:qml" \
--add-data "LogarithmPlotter/i18n:i18n" \ --add-data "LogarithmPlotter/i18n:i18n" \
--add-data "LICENSE.md:." \ --add-data "../../LICENSE.md:." \
--add-data "../assets/native/mac/logarithmplotterfile.icns:." \ --add-data "../../assets/native/mac/logarithmplotterfile.icns:." \
--add-data "README.md:." \ --add-data "../../README.md:." \
--exclude-module "FixTk" \ --exclude-module "FixTk" \
--exclude-module "tcl" \ --exclude-module "tcl" \
--exclude-module "tk" \ --exclude-module "tk" \