Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NOISSUE Update Debian/Ubuntu package #5201

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions launcher/package/ubuntu/multimc/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package: multimc
Version: 1.6-2
Version: 1.7-1
Architecture: all
Maintainer: Petr Mrázek <[email protected]>
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 changes: 2 additions & 2 deletions launcher/package/ubuntu/multimc/opt/multimc/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down