Skip to content

Commit

Permalink
Add MultiMC
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford authored and flexiondotorg committed Apr 15, 2024
1 parent ff8038e commit 9a89da0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions 01-main/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ mpdevil
#ms-office-electron
ms-365-electron
mullvad-vpn
multimc
nala
nala-legacy
nekoray
Expand Down
11 changes: 11 additions & 0 deletions 01-main/packages/multimc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
DEFVER=1
get_website "https://multimc.org/"
if [ "${ACTION}" != "prettylist" ]; then
URL="$(grep -o -e 'https://files.multimc.org/downloads/multimc_.*\.deb' "${CACHE_FILE}" )"
VERSION_PUBLISHED="$(echo "${URL}" | grep -o -e '[[:digit:]].*[[:digit:]]'
)"
fi
PRETTY_NAME="MultiMC"
WEBSITE="https://multimc.org/"
#https://github.com/MultiMC/Launcher
SUMMARY="A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once."

0 comments on commit 9a89da0

Please sign in to comment.