NOISSUE deb package: download develop since stable no longer exists

This commit is contained in:
arthomnix 2023-06-26 18:15:56 +01:00 committed by GitHub
parent 33a8b916a1
commit cec9929e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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() {