From ce53981b553067948f7e972fba28f6ccd2e53836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Papp?= Date: Mon, 4 May 2026 16:20:15 +0200 Subject: [PATCH] [client/ui-wails] Fix Windows manifest version format Win32 assembly manifests require a four-part version (MAJOR.MINOR.BUILD.REVISION per the Microsoft schema). The Wails template shipped a three-part "0.0.1", which Windows rejects with "Activation context generation failed (...) The value 0.0.1 of attribute version in element assemblyIdentity is invalid", so the .exe never reaches main(). Pad to "0.0.1.0". --- client/ui-wails/build/windows/wails.exe.manifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/ui-wails/build/windows/wails.exe.manifest b/client/ui-wails/build/windows/wails.exe.manifest index bfcd1c6ed..f8b7b8e14 100644 --- a/client/ui-wails/build/windows/wails.exe.manifest +++ b/client/ui-wails/build/windows/wails.exe.manifest @@ -1,6 +1,6 @@ - + @@ -19,4 +19,4 @@ - \ No newline at end of file +