From 0f3c0dd8786a41a7c1d090634e25dd65cfdd8358 Mon Sep 17 00:00:00 2001 From: Vitali Graf Date: Sat, 25 Apr 2026 15:25:29 +0200 Subject: [PATCH] Fix: PyInstaller-EXE zeigt App-Symbol korrekt via sys._MEIPASS und datas (v1.6.2) Co-Authored-By: Claude Sonnet 4.6 --- DocuMentor.spec | 1 + DocuMentor.wxs | 2 +- THIRD_PARTY_LICENSES.txt | 2 +- installer.iss | 2 +- pyproject.toml | 2 +- src/main.py | 7 +++++-- uv.lock | 2 +- 7 files changed, 11 insertions(+), 7 deletions(-) diff --git a/DocuMentor.spec b/DocuMentor.spec index 71ad47e..ae216c3 100644 --- a/DocuMentor.spec +++ b/DocuMentor.spec @@ -36,6 +36,7 @@ a = Analysis( datas=ui_files + res_files + cx_datas + [ (str(project_root / 'pyproject.toml'), '.'), (str(project_root / 'THIRD_PARTY_LICENSES.txt'), '.'), + (str(project_root / 'resources' / 'icon.ico'), 'resources'), ], hiddenimports=[ 'PySide6.QtCore', diff --git a/DocuMentor.wxs b/DocuMentor.wxs index 2db2d42..69b7531 100644 --- a/DocuMentor.wxs +++ b/DocuMentor.wxs @@ -4,7 +4,7 @@