From 129f5bda9f789a0c99ae199c8c697b57b8ab3b4b Mon Sep 17 00:00:00 2001 From: Anon Date: Thu, 26 Mar 2026 01:00:36 +0100 Subject: [PATCH] Reverted adding -p:PublishSingleFile=true --- .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 8e5d483a..dba44918 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:PublishSingleFile=true -p:UseAppHost=true -p:IncludeNativeLibrariesForSelfExtract=true -p:EnableCompressionInSingleFile=true -p:DebugType=Embedded" + compile-flags: "--self-contained=true -c Release -p:UseAppHost=true -p:IncludeNativeLibrariesForSelfExtract=true -p:EnableCompressionInSingleFile=true -p:DebugType=Embedded" jobs: determine-build: