Skip to content

Commit

Permalink
fix conf
Browse files Browse the repository at this point in the history
  • Loading branch information
TitleHHHH authored and TitleHHHH committed Oct 25, 2024
1 parent e376ebb commit 4a0490c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HolyClient.pupnet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ AppBaseName = HolyClient
AppFriendlyName = Minecraft Holy Client

# Mandatory application ID in reverse DNS form. This should stay constant for lifetime of the software.
AppId = zone.kuiper.helloworld
AppId = titlehhhh.holyclient

# Mandatory application version and package release of form: 'VERSION[RELEASE]'. Use optional square
# brackets to denote package release, i.e. '1.2.3[1]'. Release refers to a change to the deployment
Expand Down Expand Up @@ -145,7 +145,7 @@ IconFiles = """
# directory containing it. If empty (default), a single project file is expected under the same
# directory as this file. IMPORTANT. If set to 'NONE', dotnet publish is disabled
# (i.e. not called). Instead, only DotnetPostPublish is called.
DotnetProjectPath = HelloWorld
DotnetProjectPath = src/Platforms/HolyClient.Desktop

# Optional arguments supplied to 'dotnet publish'. Do NOT include '-r' (runtime), or '-c' (configuration)
# here as they will be added according to command line arguments. Typically you want as a minimum:
Expand Down Expand Up @@ -178,7 +178,7 @@ DotnetPostPublishOnWindows = Deploy/PostPublish.bat
# used not only to specify the base output filename, but to identify the application in DEB and RPM
# packages. You may wish, therefore, to ensure that the value represents a unique name. Naming
# requirements are strict and must contain only alpha-numeric and '-', '+' and '.' characters.
PackageName = HelloWorld
PackageName = HolyClient

# Output directory, or subdirectory relative to this file. It will be created if it does not exist and
# will contain the final deploy output files. If empty, it defaults to the location of this file.
Expand Down

0 comments on commit 4a0490c

Please sign in to comment.