Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kuiperzone committed Mar 23, 2023
1 parent 1b75c86 commit 6732e68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions HelloWorld.pupnet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ IconFiles = """
# file, or the directory containing it. If empty (default), a single project or solution file is
# expected under the same directory as this file. IMPORTANT. If set to 'NONE', dotnet publish
# is disabled (not called). Instead, only DotnetPostPublish is called.
DotnetProjectPath =
DotnetProjectPath =

# Optional arguments supplied to 'dotnet publish'. Do NOT include '-r' (runtime), app version, or '-c'
# (configuration) here as they will be added (i.e. via AppVersionRelease). Typically you want as a
Expand Down Expand Up @@ -163,7 +163,7 @@ OutputDirectory = Deploy/bin
########################################

# Additional arguments for use with appimagetool. Useful for signing. Default is empty.
AppImageArgs =
AppImageArgs =

# Boolean (true or false) which sets whether to include the application version in the AppImage filename,
# i.e. 'HelloWorld-1.2.3-x86_64.AppImage'. Default is false. It is ignored if the output filename is
Expand Down Expand Up @@ -199,7 +199,7 @@ FlatpakFinishArgs = """

# Additional arguments for use with flatpak-builder. Useful for signing. Default is empty.
# See flatpak-builder --help.
FlatpakBuilderArgs =
FlatpakBuilderArgs =

########################################
# WINDOWS SETUP OPTIONS
Expand All @@ -218,7 +218,7 @@ SetupMinWindowsVersion = 10
# Optional name and parameters of the Sign Tool to be used to digitally sign: the installer,
# uninstaller, and contained exe and dll files. If empty, files will not be signed.
# See 'SignTool' parameter in: https://jrsoftware.org/ishelp/
SetupSignTool =
SetupSignTool =

# Boolean (true or false) which sets whether to include the application version in the setup filename,
# i.e. 'HelloWorld-1.2.3-x86_64.exe'. Default is false. It is ignored if the output filename is
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
command-line utility.

### What is PupNet Deploy? ###
**PupNet Deploy** is a cross-platform deployment utility publishes your .NET project and
**PupNet Deploy** is a cross-platform deployment utility which publishes your .NET project and
packages it as a ready-to-ship installation file in a single step.

## About this Application ##
Expand Down

0 comments on commit 6732e68

Please sign in to comment.