Embed debugging information into the executable

This helps us with bug reports by providing users with more debugging information when an error happens.
This commit is contained in:
breadbyte 2024-08-16 11:28:13 +08:00 committed by GitHub
parent c69cdaddbf
commit c5dc517c43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ on:
env:
PROJECT: "MinecraftClient"
target-version: "net7.0"
compile-flags: "--self-contained=true -c Release -p:UseAppHost=true -p:IncludeNativeLibrariesForSelfExtract=true -p:EnableCompressionInSingleFile=true -p:DebugType=None"
compile-flags: "--self-contained=true -c Release -p:UseAppHost=true -p:IncludeNativeLibrariesForSelfExtract=true -p:EnableCompressionInSingleFile=true -p:DebugType=Embedded"
jobs:
build: