forked from Blessing-Studio/WonderLab.Override
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WonderLab.pupnet.conf
90 lines (80 loc) · 1.95 KB
/
WonderLab.pupnet.conf
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
# PUPNET DEPLOY: 1.6.0
# APP PREAMBLE
AppBaseName = wonderlab
AppFriendlyName = wonderlab
AppId = blessing.wonderlab
AppVersionRelease = 1.2.7[1]
AppShortSummary = 真正的下一代跨平台 Minecraft 启动器
AppDescription = """
WonderLab是一个跨平台 Minecraft 启动器,支持自动更新,Modrinth、Curseforge 资源下载,全格式整合包安装(大概),并支持 Windows,MacOS,Linux 等操作系统,同时兼容 x86,x64,Arm 系统架构。
"""
AppLicenseId = GPL-3.0-or-later
AppLicenseFile =
AppChangeFile =
# PUBLISHER
PublisherName = Blessing Studio
PublisherCopyright = Copyright (C) Blessing Studio 2023
PublisherLinkName =
PublisherLinkUrl =
PublisherEmail =
# DESKTOP INTEGRATION
DesktopNoDisplay = false
DesktopTerminal = false
DesktopFile =
StartCommand =
PrimeCategory =
MetaFile =
IconFiles = """
wonderlab/Assets/wonderlab.ico
wonderlab/Assets/wonderlab.48x48.png
"""
# DOTNET PUBLISH
DotnetProjectPath = ./wonderlab
DotnetPublishArgs = -p:Version=${APP_VERSION} --self-contained true -p:DebugType=None -p:DebugSymbols=false
DotnetPostPublish =
DotnetPostPublishOnWindows =
# PACKAGE OUTPUT
PackageName = WonderLab
OutputDirectory = Deploy/OUT
# APPIMAGE OPTIONS
AppImageArgs =
AppImageVersionOutput = false
# FLATPAK OPTIONS
FlatpakPlatformRuntime = org.freedesktop.Platform
FlatpakPlatformSdk = org.freedesktop.Sdk
FlatpakPlatformVersion = 22.08
FlatpakFinishArgs = """
--socket=wayland
--socket=x11
--filesystem=host
--share=network
"""
FlatpakBuilderArgs =
# RPM OPTIONS
RpmAutoReq = false
RpmAutoProv = true
RpmRequires = """
krb5-libs
libicu
openssl-libs
zlib
"""
# DEBIAN OPTIONS
DebianRecommends = """
libc6
libgcc1
libgcc-s1
libgssapi-krb5-2
libicu
libssl
libstdc++6
libunwind
zlib1g
"""
# WINDOWS SETUP OPTIONS
SetupAdminInstall = true
SetupCommandPrompt =
SetupMinWindowsVersion = 10
SetupSignTool =
SetupSuffixOutput =
SetupVersionOutput = false