From aadede5ae2e76c2b1a46da8cce507b931f77ddc4 Mon Sep 17 00:00:00 2001 From: breadbyte Date: Thu, 13 Oct 2022 00:04:13 +0800 Subject: [PATCH] Update builds to be self-contained (#2221) --- .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 87be70f2..a900097b 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -7,7 +7,7 @@ on: env: PROJECT: "MinecraftClient" target-version: "net6.0" - compile-flags: "--no-self-contained -c Release -p:UseAppHost=true -p:IncludeNativeLibrariesForSelfExtract=true -p:DebugType=None" + compile-flags: "--self-contained=true -c Release -p:UseAppHost=true -p:IncludeNativeLibrariesForSelfExtract=true -p:DebugType=None" jobs: build: