fixes for client cli publish script
This commit is contained in:
@@ -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 =
|
||||||
|
|||||||
Reference in New Issue
Block a user