Fixing slight bugs specific to macosx. TODO: Put native menu for MacOS like in AccountFree.
This commit is contained in:
parent
f639fb6fd8
commit
7be5722311
3 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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:." \
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue