@@ -21,7 +21,7 @@ AppId = zone.kuiper.helloworld
21
21
# brackets to denote package release, i.e. '1.2.3[1]'. Release refers to a change to the deployment
22
22
# package, rather the application. If release part is absent (i.e. '1.2.3'), the release value defaults
23
23
# to '1'. Note that the version-release value given here may be overridden from the command line.
24
- AppVersionRelease = 1.0.1[3 ]
24
+ AppVersionRelease = 1.0.2[1 ]
25
25
26
26
# Mandatory single line application description.
27
27
AppShortSummary = A Hello World application
@@ -119,7 +119,7 @@ IconFiles = """
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
# RPM OPTIONS
@@ -267,12 +267,12 @@ SetupMinWindowsVersion = 10
267
267
# Optional name and parameters of the Sign Tool to be used to digitally sign: the installer,
268
268
# uninstaller, and contained exe and dll files. If empty, files will not be signed.
269
269
# See: https://jrsoftware.org/ishelp/topic_setup_signtool.htm
270
- SetupSignTool =
270
+ SetupSignTool =
271
271
272
272
# Optional suffix for the installer output filename. The default is empty, but you may wish set it to:
273
273
# 'Setup' or similar. This, for example, will output a file of name: HelloWorldSetup-x86_64.exe
274
274
# Ignored if the output filename is specified at command line.
275
- SetupSuffixOutput =
275
+ SetupSuffixOutput =
276
276
277
277
# Boolean (true or false) which sets whether to include the application version in the setup filename,
278
278
# i.e. 'HelloWorld-1.2.3-x86_64.exe'. Default is false. Ignored if the output filename is specified
0 commit comments