11################################################################################
2- # PUPNET DEPLOY 0 .0.1
2+ # PUPNET DEPLOY 1 .0.0
33################################################################################
44
55########################################
@@ -61,14 +61,6 @@ PublisherEmail = nobody@kuiper.zone
6161# DESKTOP INTEGRATION
6262########################################
6363
64- # Optional command name to start the application from the terminal. If, for example, AppBaseName is
65- # 'Zone.Kuiper.HelloWorld', the value here may be set to a simpler and/or lower-case variant
66- # (i.e. 'helloworld'). It must not contain spaces or invalid filename characters. Do not add any
67- # extension such as '.exe'. If empty, the application will not be in the path and cannot be started from
68- # the command line. For Windows Setup packages, see also SetupCommandPrompt. The
69- # StartCommand is not supported for all packages kinds. Default is empty (none).
70- StartCommand = helloworld
71-
7264# Boolean (true or false) which indicates whether the application is hidden on the desktop. It is used to
7365# populate the 'NoDisplay' field of the .desktop file. The default is false. Setting to true will also
7466# cause the main application start menu entry to be omitted for Windows Setup.
@@ -86,12 +78,25 @@ DesktopTerminal = true
8678# See: https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
8779DesktopFile = Deploy/app.desktop
8880
81+ # Optional command name to start the application from the terminal. If, for example, AppBaseName is
82+ # 'Zone.Kuiper.HelloWorld', the value here may be set to a simpler and/or lower-case variant
83+ # (i.e. 'helloworld'). It must not contain spaces or invalid filename characters. Do not add any
84+ # extension such as '.exe'. If empty, the application will not be in the path and cannot be started from
85+ # the command line. For Windows Setup packages, see also SetupCommandPrompt. The
86+ # StartCommand is not supported for all packages kinds. Default is empty (none).
87+ StartCommand = helloworld
88+
8989# Optional category for the application. The value should be one of the recognised Freedesktop top-level
9090# categories, such as: Audio, Development, Game, Office, Utility etc. Only a single value should be
9191# provided here which will be used, where supported, to populate metadata. The default is empty.
9292# See: https://specifications.freedesktop.org/menu-spec/latest/apa.html
9393PrimeCategory = Utility
9494
95+ # Path to AppStream metadata file. It is optional, but recommended as it is used by software centers.
96+ # Note. The contents of the files may use macro variables. Use 'pupnet --help macro' for reference.
97+ # See: https://docs.appimage.org/packaging-guide/optional/appstream.html
98+ MetaFile = Deploy/app.metainfo.xml
99+
95100# Optional icon file paths. The value may include multiple filenames separated with semicolon or given
96101# in multi-line form. Valid types are SVG, PNG and ICO (ICO ignored on Linux). Note that the inclusion
97102# of a scalable SVG is preferable on Linux, whereas PNGs must be one of the standard sizes and MUST
@@ -106,11 +111,6 @@ IconFiles = """
106111 Deploy/HelloWorld.ico
107112"""
108113
109- # Path to AppStream metadata file. It is optional, but recommended as it is used by software centers.
110- # Note. The contents of the files may use macro variables. Use 'pupnet --help macro' for reference.
111- # See: https://docs.appimage.org/packaging-guide/optional/appstream.html
112- MetaFile = Deploy/app.metainfo.xml
113-
114114########################################
115115# DOTNET PUBLISH
116116########################################
@@ -119,7 +119,7 @@ MetaFile = Deploy/app.metainfo.xml
119119# file, or the directory containing it. If empty (default), a single project or solution file is
120120# expected under the same directory as this file. IMPORTANT. If set to 'NONE', dotnet publish
121121# is disabled (not called). Instead, only DotnetPostPublish is called.
122- DotnetProjectPath =
122+ DotnetProjectPath =
123123
124124# Optional arguments supplied to 'dotnet publish'. Do NOT include '-r' (runtime), app version, or '-c'
125125# (configuration) here as they will be added (i.e. via AppVersionRelease). Typically you want as a
@@ -163,7 +163,7 @@ OutputDirectory = Deploy/bin
163163########################################
164164
165165# Additional arguments for use with appimagetool. Useful for signing. Default is empty.
166- AppImageArgs =
166+ AppImageArgs =
167167
168168# Boolean (true or false) which sets whether to include the application version in the AppImage filename,
169169# i.e. 'HelloWorld-1.2.3-x86_64.AppImage'. Default is false. It is ignored if the output filename is
@@ -199,7 +199,7 @@ FlatpakFinishArgs = """
199199
200200# Additional arguments for use with flatpak-builder. Useful for signing. Default is empty.
201201# See flatpak-builder --help.
202- FlatpakBuilderArgs =
202+ FlatpakBuilderArgs =
203203
204204########################################
205205# WINDOWS SETUP OPTIONS
@@ -218,7 +218,7 @@ SetupMinWindowsVersion = 10
218218# Optional name and parameters of the Sign Tool to be used to digitally sign: the installer,
219219# uninstaller, and contained exe and dll files. If empty, files will not be signed.
220220# See 'SignTool' parameter in: https://jrsoftware.org/ishelp/
221- SetupSignTool =
221+ SetupSignTool =
222222
223223# Boolean (true or false) which sets whether to include the application version in the setup filename,
224224# i.e. 'HelloWorld-1.2.3-x86_64.exe'. Default is false. It is ignored if the output filename is
0 commit comments