From 1c5396b37d597cf86d1fed28c96439d18a67ec30 Mon Sep 17 00:00:00 2001 From: viewit Date: Wed, 3 Jun 2026 13:08:14 +0200 Subject: [PATCH] =?UTF-8?q?fix(spec):=20VERSION=20ins=20Onefile=20einbette?= =?UTF-8?q?n=20=E2=80=94=20Windows-EXE=20zeigte=20vunknown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kx-bridge.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kx-bridge.spec b/kx-bridge.spec index f7326e0..944d2a6 100644 --- a/kx-bridge.spec +++ b/kx-bridge.spec @@ -6,7 +6,7 @@ # ein → zur Laufzeit über sys._MEIPASS lesbar (_WEB_BASE in der Bridge). from PyInstaller.utils.hooks import collect_all -datas = [("web", "web"), ("data", "static")] # bridge/data/ → static/ im _MEIPASS +datas = [("web", "web"), ("data", "static"), ("VERSION", ".")] # bridge/data/ → static/ im _MEIPASS binaries = [] hiddenimports = []