Update builds to be self-contained (#2221)

This commit is contained in:
breadbyte 2022-10-13 00:04:13 +08:00 committed by GitHub
parent fcaea59a7a
commit aadede5ae2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: