1
1
################################################################################
2
- # PUPNET DEPLOY 0 .0.1
2
+ # PUPNET DEPLOY 1 .0.0
3
3
################################################################################
4
4
5
5
########################################
61
61
# DESKTOP INTEGRATION
62
62
########################################
63
63
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
-
72
64
# Boolean (true or false) which indicates whether the application is hidden on the desktop. It is used to
73
65
# populate the 'NoDisplay' field of the .desktop file. The default is false. Setting to true will also
74
66
# cause the main application start menu entry to be omitted for Windows Setup.
@@ -86,12 +78,25 @@ DesktopTerminal = true
86
78
# See: https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
87
79
DesktopFile = Deploy/app.desktop
88
80
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
+
89
89
# Optional category for the application. The value should be one of the recognised Freedesktop top-level
90
90
# categories, such as: Audio, Development, Game, Office, Utility etc. Only a single value should be
91
91
# provided here which will be used, where supported, to populate metadata. The default is empty.
92
92
# See: https://specifications.freedesktop.org/menu-spec/latest/apa.html
93
93
PrimeCategory = Utility
94
94
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
+
95
100
# Optional icon file paths. The value may include multiple filenames separated with semicolon or given
96
101
# in multi-line form. Valid types are SVG, PNG and ICO (ICO ignored on Linux). Note that the inclusion
97
102
# of a scalable SVG is preferable on Linux, whereas PNGs must be one of the standard sizes and MUST
@@ -106,11 +111,6 @@ IconFiles = """
106
111
Deploy/HelloWorld.ico
107
112
"""
108
113
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
-
114
114
########################################
115
115
# DOTNET PUBLISH
116
116
########################################
@@ -119,7 +119,7 @@ MetaFile = Deploy/app.metainfo.xml
119
119
# file, or the directory containing it. If empty (default), a single project or solution file is
120
120
# expected under the same directory as this file. IMPORTANT. If set to 'NONE', dotnet publish
121
121
# is disabled (not called). Instead, only DotnetPostPublish is called.
122
- DotnetProjectPath =
122
+ DotnetProjectPath =
123
123
124
124
# Optional arguments supplied to 'dotnet publish'. Do NOT include '-r' (runtime), app version, or '-c'
125
125
# (configuration) here as they will be added (i.e. via AppVersionRelease). Typically you want as a
@@ -163,7 +163,7 @@ OutputDirectory = Deploy/bin
163
163
########################################
164
164
165
165
# Additional arguments for use with appimagetool. Useful for signing. Default is empty.
166
- AppImageArgs =
166
+ AppImageArgs =
167
167
168
168
# Boolean (true or false) which sets whether to include the application version in the AppImage filename,
169
169
# 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 = """
199
199
200
200
# Additional arguments for use with flatpak-builder. Useful for signing. Default is empty.
201
201
# See flatpak-builder --help.
202
- FlatpakBuilderArgs =
202
+ FlatpakBuilderArgs =
203
203
204
204
########################################
205
205
# WINDOWS SETUP OPTIONS
@@ -218,7 +218,7 @@ SetupMinWindowsVersion = 10
218
218
# Optional name and parameters of the Sign Tool to be used to digitally sign: the installer,
219
219
# uninstaller, and contained exe and dll files. If empty, files will not be signed.
220
220
# See 'SignTool' parameter in: https://jrsoftware.org/ishelp/
221
- SetupSignTool =
221
+ SetupSignTool =
222
222
223
223
# Boolean (true or false) which sets whether to include the application version in the setup filename,
224
224
# i.e. 'HelloWorld-1.2.3-x86_64.exe'. Default is false. It is ignored if the output filename is
0 commit comments