-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathapp.pupnet.conf
More file actions
101 lines (90 loc) · 2.22 KB
/
Copy pathapp.pupnet.conf
File metadata and controls
101 lines (90 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# PUPNET DEPLOY: 1.10.0
# Use: 'pupnet --help conf' for information.
# APP PREAMBLE
AppBaseName = LRReader.Avalonia.Desktop
AppFriendlyName = LRReader
AppId = net.guerra24.lrreader
AppVersionRelease = 1.0.0[1]
AppShortSummary = Client for LANraragi
AppDescription = """
A feature-complete reader and client for LANraragi
"""
AppLicenseId = GPL-3.0-or-later
AppLicenseFile =
AppChangeFile =
# PUBLISHER
PublisherName = Guerra24
PublisherId = net.guerra24
PublisherCopyright =
PublisherLinkName = GitHub
PublisherLinkUrl = https://github.com/Guerra24/LRReader
PublisherEmail =
PublisherGpgKeyId =
# DESKTOP INTEGRATION
DesktopNoDisplay = false
DesktopTerminal = false
DesktopFile = app.desktop
StartCommand =
PrimeCategory =
MetaFile = app.metainfo.xml
IconFiles = """
LRReader.Avalonia.Desktop/Assets/Logo.16x16.png
LRReader.Avalonia.Desktop/Assets/Logo.24x24.png
LRReader.Avalonia.Desktop/Assets/Logo.32x32.png
LRReader.Avalonia.Desktop/Assets/Logo.48x48.png
LRReader.Avalonia.Desktop/Assets/Logo.256x256.png
"""
# DOTNET PUBLISH
DotnetProjectPath = LRReader.Avalonia.Desktop/LRReader.Avalonia.Desktop.csproj
DotnetPublishArgs = --self-contained true -p:Version=${APP_VERSION} -p:PublishSingleFile=true
DotnetPostPublish = Util/AppImagePost.sh
DotnetPostPublishOnWindows =
# PACKAGE OUTPUT
PackageName = LRReader
OutputDirectory = LRReader.Avalonia.Desktop/AppPackages
# APPIMAGE OPTIONS
AppImageArgs =
AppImageRuntimePath =
AppImageVersionOutput = false
# FLATPAK OPTIONS
FlatpakPlatformRuntime = org.freedesktop.Platform
FlatpakPlatformSdk = org.freedesktop.Sdk
FlatpakPlatformVersion = 25.08
FlatpakFinishArgs = """
--socket=x11
"""
FlatpakBuilderArgs =
# RPM OPTIONS
RpmAutoReq = false
RpmAutoProv = true
RpmRequires = """
glibc
libgcc
ca-certificates
openssl-libs
libstdc++
libicu
tzdata
krb5-libs
"""
# DEBIAN OPTIONS
DebianRecommends = """
libc6
libgcc-s1
libgssapi-krb5-2
libicu72
libssl3
libstdc++6
zlib1g
"""
# WINDOWS SETUP OPTIONS
SetupGroupName =
SetupAdminInstall = false
SetupCommandPrompt =
SetupMinWindowsVersion = 10
SetupSignTool =
SetupSuffixOutput =
SetupVersionOutput = false
SetupUninstallScript =
# ZIP OPTIONS
ZipVersionOutput = true