From f73012104710f748e4557c4d94bede0e743da7c7 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Wed, 6 Mar 2024 18:52:58 +0100 Subject: [PATCH] Fixing the icon on wayland, building on MacOS, and date on changelog --- CHANGELOG.md | 2 +- LogarithmPlotter/logarithmplotter.py | 1 + scripts/build-macosx.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be8eec8..c4b7c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.5.0 (11 Jan 2023) +## v0.5.0 (11 Jan 2024) **New** diff --git a/LogarithmPlotter/logarithmplotter.py b/LogarithmPlotter/logarithmplotter.py index f6f2cb3..1071c81 100644 --- a/LogarithmPlotter/logarithmplotter.py +++ b/LogarithmPlotter/logarithmplotter.py @@ -89,6 +89,7 @@ def run(): QApplication.setAttribute(Qt.AA_EnableHighDpiScaling) app = QApplication(argv) app.setApplicationName("LogarithmPlotter") + app.setDesktopFileName("eu.ad5001.LogarithmPlotter.desktop") app.setOrganizationName("Ad5001") app.styleHints().setShowShortcutsInContextMenus(True) app.setWindowIcon(QIcon(path.realpath(path.join(getcwd(), "logarithmplotter.svg")))) diff --git a/scripts/build-macosx.sh b/scripts/build-macosx.sh index 03da330..1946ad3 100755 --- a/scripts/build-macosx.sh +++ b/scripts/build-macosx.sh @@ -5,7 +5,7 @@ cd "$DIR/.." rm $(find . -name "*.qmlc") rm $(find . -name "*.pyc") -python3 -m pip install -U pyinstaller<6.0 +python3 -m pip install -U "pyinstaller<6.0" # Building translations cd "LogarithmPlotter/i18n/"