From dbf732ca913bb44df5c7cc45df6c90e0f98f3926 Mon Sep 17 00:00:00 2001 From: Talon Date: Thu, 18 Jun 2026 21:29:47 +0200 Subject: [PATCH] Build WinExe so windows client does not show console --- clients/windows/VoiceCat.App/VoiceCat.App.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/windows/VoiceCat.App/VoiceCat.App.csproj b/clients/windows/VoiceCat.App/VoiceCat.App.csproj index 7b05392..c686b8f 100644 --- a/clients/windows/VoiceCat.App/VoiceCat.App.csproj +++ b/clients/windows/VoiceCat.App/VoiceCat.App.csproj @@ -5,7 +5,7 @@ - Exe + WinExe net10.0-windows enable true