1- # PUPNET DEPLOY: 1.7.0
1+ # PUPNET DEPLOY: 1.7.1
22# Use: 'pupnet --help conf' for information.
33
44# APP PREAMBLE
@@ -10,19 +10,19 @@ AppShortSummary = Cross-platform deployment utility which packages your .NET pro
1010AppDescription = """
1111 PupNet Deploy is a cross-platform deployment utility which packages your .NET project as a ready-to-ship
1212 installation file in a single step.
13-
13+
1414 It has been possible to cross-compile console C# applications for sometime now. More recently, the cross-platform
1515 Avalonia replacement for WPF allows fully-featured GUI applications to target a range of platforms, including:
1616 Linux, Windows, MacOS and Android.
17-
17+
1818 Now, PupNet Deploy allows you to ship your dotnet application as:
1919 * AppImage for Linux
2020 * Setup File for Windows
2121 * Flatpak
2222 * Debian Binary Package
2323 * RPM Binary Package
2424 * Plain old Zip
25-
25+
2626 PupNet has good support for internationalization, desktop icons, publisher metadata and custom build operations.
2727 Although developed for .NET, it is also possible to use it to deploy C++ and other kinds of applications.
2828"""
4040# DESKTOP INTEGRATION
4141DesktopNoDisplay = true
4242DesktopTerminal = true
43- DesktopFile =
43+ DesktopFile =
4444StartCommand = pupnet
4545PrimeCategory = Development
4646MetaFile = Deploy/PupNet.metainfo.xml
@@ -57,17 +57,17 @@ IconFiles = """
5757"""
5858
5959# DOTNET PUBLISH
60- DotnetProjectPath =
60+ DotnetProjectPath =
6161DotnetPublishArgs = -p:Version=${APP_VERSION} --self-contained true -p:PublishReadyToRun=true -p:DebugType=None -p:DebugSymbols=false
62- DotnetPostPublish =
63- DotnetPostPublishOnWindows =
62+ DotnetPostPublish =
63+ DotnetPostPublishOnWindows =
6464
6565# PACKAGE OUTPUT
6666PackageName = PupNet-Deploy
6767OutputDirectory = Deploy/OUT
6868
6969# APPIMAGE OPTIONS
70- AppImageArgs =
70+ AppImageArgs =
7171AppImageVersionOutput = false
7272
7373# FLATPAK OPTIONS
@@ -80,7 +80,7 @@ FlatpakFinishArgs = """
8080 --filesystem=host
8181 --share=network
8282"""
83- FlatpakBuilderArgs =
83+ FlatpakBuilderArgs =
8484
8585# RPM OPTIONS
8686RpmAutoReq = false
@@ -109,6 +109,6 @@ DebianRecommends = """
109109SetupAdminInstall = false
110110SetupCommandPrompt = PupNet Console
111111SetupMinWindowsVersion = 10
112- SetupSignTool =
113- SetupSuffixOutput =
114- SetupVersionOutput = false
112+ SetupSignTool =
113+ SetupSuffixOutput =
114+ SetupVersionOutput = true
0 commit comments