Skip to content

Commit

Permalink
Tweak for PupNet v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kuiperzone committed Mar 22, 2023
1 parent 36af0b5 commit 1b75c86
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions HelloWorld.pupnet.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# PUPNET DEPLOY 0.0.1
# PUPNET DEPLOY 1.0.0
################################################################################

########################################
Expand Down Expand Up @@ -61,14 +61,6 @@ PublisherEmail = nobody@kuiper.zone
# DESKTOP INTEGRATION
########################################

# Optional command name to start the application from the terminal. If, for example, AppBaseName is
# 'Zone.Kuiper.HelloWorld', the value here may be set to a simpler and/or lower-case variant
# (i.e. 'helloworld'). It must not contain spaces or invalid filename characters. Do not add any
# extension such as '.exe'. If empty, the application will not be in the path and cannot be started from
# the command line. For Windows Setup packages, see also SetupCommandPrompt. The
# StartCommand is not supported for all packages kinds. Default is empty (none).
StartCommand = helloworld

# Boolean (true or false) which indicates whether the application is hidden on the desktop. It is used to
# populate the 'NoDisplay' field of the .desktop file. The default is false. Setting to true will also
# cause the main application start menu entry to be omitted for Windows Setup.
Expand All @@ -86,12 +78,25 @@ DesktopTerminal = true
# See: https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
DesktopFile = Deploy/app.desktop

# Optional command name to start the application from the terminal. If, for example, AppBaseName is
# 'Zone.Kuiper.HelloWorld', the value here may be set to a simpler and/or lower-case variant
# (i.e. 'helloworld'). It must not contain spaces or invalid filename characters. Do not add any
# extension such as '.exe'. If empty, the application will not be in the path and cannot be started from
# the command line. For Windows Setup packages, see also SetupCommandPrompt. The
# StartCommand is not supported for all packages kinds. Default is empty (none).
StartCommand = helloworld

# Optional category for the application. The value should be one of the recognised Freedesktop top-level
# categories, such as: Audio, Development, Game, Office, Utility etc. Only a single value should be
# provided here which will be used, where supported, to populate metadata. The default is empty.
# See: https://specifications.freedesktop.org/menu-spec/latest/apa.html
PrimeCategory = Utility

# Path to AppStream metadata file. It is optional, but recommended as it is used by software centers.
# Note. The contents of the files may use macro variables. Use 'pupnet --help macro' for reference.
# See: https://docs.appimage.org/packaging-guide/optional/appstream.html
MetaFile = Deploy/app.metainfo.xml

# Optional icon file paths. The value may include multiple filenames separated with semicolon or given
# in multi-line form. Valid types are SVG, PNG and ICO (ICO ignored on Linux). Note that the inclusion
# of a scalable SVG is preferable on Linux, whereas PNGs must be one of the standard sizes and MUST
Expand All @@ -106,11 +111,6 @@ IconFiles = """
Deploy/HelloWorld.ico
"""

# Path to AppStream metadata file. It is optional, but recommended as it is used by software centers.
# Note. The contents of the files may use macro variables. Use 'pupnet --help macro' for reference.
# See: https://docs.appimage.org/packaging-guide/optional/appstream.html
MetaFile = Deploy/app.metainfo.xml

########################################
# DOTNET PUBLISH
########################################
Expand All @@ -119,7 +119,7 @@ MetaFile = Deploy/app.metainfo.xml
# 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

0 comments on commit 1b75c86

Please sign in to comment.