Added changelog, cli for errors, fixes and improvements in code

This commit is contained in:
Deniz Şafak
2025-04-27 01:21:16 +03:00
parent e9c901d0d5
commit b7c1862651
5 changed files with 25 additions and 8 deletions
+2 -1
View File
@@ -5,6 +5,7 @@ from PyQt5.QtWidgets import QApplication
from PyQt5.QtGui import QIcon
from abogen.gui import abogen
from abogen.utils import get_resource_path
from abogen import PROGRAM_NAME, VERSION
# Ensure sys.stdout and sys.stderr are valid in GUI mode
if sys.stdout is None:
@@ -20,7 +21,7 @@ if platform.system() == "Darwin" and platform.processor() == "arm":
if platform.system() == "Windows":
import ctypes
app_id = "abogen.v1.0.0"
app_id = f"{PROGRAM_NAME}.{VERSION}"
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID(app_id)
# Handle Wayland on Linux GNOME