fixes for client cli publish script

This commit is contained in:
2025-11-09 14:18:50 +01:00
parent 19b9a64721
commit 2edbcf72c7

View File

@@ -30,12 +30,10 @@ StartCommand =
PrimeCategory = PrimeCategory =
MetaFile = MetaFile =
IconFiles = """ IconFiles = """
Assets/app.ico
Assets/app.svg
""" """
# DOTNET PUBLISH # DOTNET PUBLISH
DotnetProjectPath = ModpackUpdater.Apps.Client.Gui.csproj DotnetProjectPath = ModpackUpdater.Apps.Client.csproj
DotnetPublishArgs = -p:Version=${APP_VERSION} --self-contained true -p:DebugType=None -p:DebugSymbols=false -p:PublishSingleFile=true -p:PublishTrimmed=false DotnetPublishArgs = -p:Version=${APP_VERSION} --self-contained true -p:DebugType=None -p:DebugSymbols=false -p:PublishSingleFile=true -p:PublishTrimmed=false
DotnetPostPublish = DotnetPostPublish =
DotnetPostPublishOnWindows = DotnetPostPublishOnWindows =