diff --git a/LogarithmPlotter/__init__.py b/LogarithmPlotter/__init__.py index 917bac4..76fa225 100644 --- a/LogarithmPlotter/__init__.py +++ b/LogarithmPlotter/__init__.py @@ -99,7 +99,7 @@ def run(): "freebsd": get_linux_theme(), "win32": "universal" if os_release == "10" else "fusion", "cygwin": "fusion", - "darwin": "imagine" + "darwin": "default" }[platform] app = QApplication(argv) diff --git a/build-macosx.sh b/build-macosx.sh index 6195401..4e471da 100755 --- a/build-macosx.sh +++ b/build-macosx.sh @@ -3,7 +3,7 @@ rm $(find . -name "*.qmlc") rm $(find . -name "*.pyc") python3 -m pip install -U pyinstaller -iconutil -c icns "mac/logarithmplotter.iconset" \ +iconutil -c icns "mac/logarithmplotter.iconset" pyinstaller --add-data "LogarithmPlotter/qml:qml" \ --add-data "LICENSE.md:." \ --add-data "README.md:." \ diff --git a/mac/logarithmplotter.icns b/mac/logarithmplotter.icns index 267d38b..46c62fa 100644 Binary files a/mac/logarithmplotter.icns and b/mac/logarithmplotter.icns differ