diff options
author | dada513 <dada513@protonmail.com> | 2021-12-28 15:45:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-28 10:45:04 -0500 |
commit | d821ffb8295ca621302a0b8fe7421405af16bceb (patch) | |
tree | a1f602eccab2448d00ebd0ed942146ce1ff3ddf9 /packages/debian/polymc/DEBIAN | |
parent | be5dc5db7094b7a740db004e17996113ca437b56 (diff) | |
download | PrismLauncher-d821ffb8295ca621302a0b8fe7421405af16bceb.tar.gz PrismLauncher-d821ffb8295ca621302a0b8fe7421405af16bceb.tar.bz2 PrismLauncher-d821ffb8295ca621302a0b8fe7421405af16bceb.zip |
Flatpak & Debian Packaging (#4)
Flatpak & Debian packages
Diffstat (limited to 'packages/debian/polymc/DEBIAN')
-rw-r--r-- | packages/debian/polymc/DEBIAN/control.template | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/debian/polymc/DEBIAN/control.template b/packages/debian/polymc/DEBIAN/control.template new file mode 100644 index 00000000..f7c294bc --- /dev/null +++ b/packages/debian/polymc/DEBIAN/control.template @@ -0,0 +1,9 @@ +Package: polymc +Version: +Section: games +Priority: optional +Architecture: amd64 +Depends: libqt5core5a, libqt5network5, libqt5gui5 +Maintainer: PolyMC Team +Description: PolyMC + A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once |