mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-03-14 13:20:59 +00:00
Merge 90966e73cf8e5f6ae45234e25d67189e4d0a722c into 2eb4cc9694f891ebc4139b9164cc733a856f0818
This commit is contained in:
commit
a7892e3e00
@ -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
|
||||
|
||||
|
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user