91 lines
2.3 KiB
Plaintext
91 lines
2.3 KiB
Plaintext
# PUPNET DEPLOY: 1.9.1
|
|
# Use: 'pupnet --help conf' for information.
|
|
|
|
# APP PREAMBLE
|
|
AppBaseName = MinecraftModpackUpdater
|
|
AppFriendlyName = Minecraft Modpack Updater
|
|
AppId = de.pilzinsel64.minecraft-modpack-updater
|
|
AppVersionRelease = 1.10.0[1]
|
|
AppShortSummary = Install and Update Minecraft Modpacks easliy.
|
|
AppDescription = """
|
|
Minecraft Modpack Updater is a simple tool to install and update a modpack to a selected minecraft profile by a selected modpack configuration file. It downloads a config file via https and checks the version there and what files has been changed and download the updateded files via a given link from the config.
|
|
"""
|
|
AppLicenseId = MIT
|
|
AppLicenseFile = ../LICENSE
|
|
AppChangeFile =
|
|
|
|
# PUBLISHER
|
|
PublisherName = Pilzinsel64
|
|
PublisherId = de.pilzinsel64
|
|
PublisherCopyright = Copyright (C) Pilzinsel64 2025
|
|
PublisherLinkName = Pilzinsel64 Homepage
|
|
PublisherLinkUrl = https://pilzinsel64.de
|
|
PublisherEmail =
|
|
|
|
# DESKTOP INTEGRATION
|
|
DesktopNoDisplay = false
|
|
DesktopTerminal = false
|
|
DesktopFile =
|
|
StartCommand =
|
|
PrimeCategory =
|
|
MetaFile =
|
|
IconFiles = """
|
|
Assets/app.ico
|
|
Assets/app.svg
|
|
"""
|
|
|
|
# DOTNET PUBLISH
|
|
DotnetProjectPath = ModpackUpdater.Apps.Client.Gui.csproj
|
|
DotnetPublishArgs = -p:Version=${APP_VERSION} --self-contained true -p:DebugType=None -p:DebugSymbols=false -p:PublishSingleFile=true -p:PublishTrimmed=false
|
|
DotnetPostPublish =
|
|
DotnetPostPublishOnWindows =
|
|
|
|
# PACKAGE OUTPUT
|
|
PackageName = minecraft-modpack-updater
|
|
OutputDirectory = ../publish/client-ui
|
|
|
|
# APPIMAGE OPTIONS
|
|
AppImageArgs =
|
|
AppImageRuntimePath =
|
|
AppImageVersionOutput = false
|
|
|
|
# FLATPAK OPTIONS
|
|
FlatpakPlatformRuntime = org.freedesktop.Platform
|
|
FlatpakPlatformSdk = org.freedesktop.Sdk
|
|
FlatpakPlatformVersion = 25.08
|
|
FlatpakFinishArgs = """
|
|
--socket=x11
|
|
--share=home
|
|
--share=network
|
|
"""
|
|
FlatpakBuilderArgs =
|
|
|
|
# RPM OPTIONS
|
|
RpmAutoReq = false
|
|
RpmAutoProv = true
|
|
RpmRequires = """
|
|
krb5-libs
|
|
libicu
|
|
openssl-libs
|
|
"""
|
|
|
|
# DEBIAN OPTIONS
|
|
DebianRecommends = """
|
|
libc6
|
|
libgcc1
|
|
libgssapi-krb5-2
|
|
libicu70
|
|
libssl3
|
|
libstdc++6
|
|
zlib1g
|
|
"""
|
|
|
|
# WINDOWS SETUP OPTIONS
|
|
SetupGroupName =
|
|
SetupAdminInstall = false
|
|
SetupCommandPrompt =
|
|
SetupMinWindowsVersion = 10
|
|
SetupSignTool =
|
|
SetupSuffixOutput =
|
|
SetupVersionOutput = false
|
|
SetupUninstallScript = |