Merge 90966e73cf8e5f6ae45234e25d67189e4d0a722c into 2eb4cc9694f891ebc4139b9164cc733a856f0818

This commit is contained in:
arthomnix 2025-02-10 16:30:15 +01:00 committed by GitHub
commit a7892e3e00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
Package: multimc
Version: 1.6-2
Version: 1.7-1
Architecture: all
Maintainer: Petr Mrázek <peterix@gmail.com>
Section: games
Priority: optional
Installed-Size: 75
Depends: zenity, desktop-file-utils, libqt5widgets5, libqt5gui5, libqt5network5, libqt5core5a, libqt5xml5, libqt5concurrent5, wget
Recommends: openjdk-8-jre
Recommends: openjdk-8-jre, openjdk-17-jre
Homepage: http://multimc.org
Description: A local install wrapper for MultiMC

View File

@ -4,9 +4,9 @@ INSTDIR="${XDG_DATA_HOME-$HOME/.local/share}/multimc"
if [ `getconf LONG_BIT` = "64" ]
then
PACKAGE="mmc-stable-lin64.tar.gz"
PACKAGE="mmc-develop-lin64.tar.gz"
else
PACKAGE="mmc-stable-lin32.tar.gz"
PACKAGE="mmc-develop-lin32.tar.gz"
fi
deploy() {