From 5df03b0abda284b53a617a6bb01fb729d7485091 Mon Sep 17 00:00:00 2001 From: Anon Date: Thu, 26 Mar 2026 00:52:24 +0100 Subject: [PATCH] Added PublishSingleFile to fix a build issue with TUI version --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index dba44918..8e5d483a 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -9,7 +9,7 @@ on: env: PROJECT: "MinecraftClient" target-version: "net10.0" - compile-flags: "--self-contained=true -c Release -p:UseAppHost=true -p:IncludeNativeLibrariesForSelfExtract=true -p:EnableCompressionInSingleFile=true -p:DebugType=Embedded" + compile-flags: "--self-contained=true -c Release -p:PublishSingleFile=true -p:UseAppHost=true -p:IncludeNativeLibrariesForSelfExtract=true -p:EnableCompressionInSingleFile=true -p:DebugType=Embedded" jobs: determine-build: