Skip to content

Commit

Permalink
Prism Launcher: update to 9.0
Browse files Browse the repository at this point in the history
major feature release to the launcher which now includes automatic java management, automatic component version resolution, and updated login system, among other changes.
  • Loading branch information
theofficialgman committed Oct 21, 2024
1 parent 496f1b2 commit df83162
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/Minecraft Java Prism Launcher/description
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Prism Launcher is an Open Source Minecraft launcher with the ability to manage m
Features of the launcher:
- Microsoft, Mojang, and PC GamePass Account support
- Curseforge Modrinth FTB ATLauncher and Technic Mod and Modpack browser and updater
- Automatic Java 8/17/21 installation (when available)
- Automatic Java 8/17/21 installation (when available) and selection
- Fabric, Forge, and Quilt mod loading
- Supports minecraft versions from the old beta/alphas and old snapshots all the way up the latest snapshots

Expand Down
2 changes: 1 addition & 1 deletion apps/Minecraft Java Prism Launcher/install-32
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
version=8.4-1
version=9.0-1

install_packages mesa-utils https://github.com/Pi-Apps-Coders/files/releases/download/large-files/prismlauncher_${version}_armhf.deb || exit 1

Expand Down
2 changes: 1 addition & 1 deletion apps/Minecraft Java Prism Launcher/install-64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
version=8.4-1
version=9.0-1

install_packages mesa-utils https://github.com/Pi-Apps-Coders/files/releases/download/large-files/prismlauncher_${version}_arm64.deb || exit 1

Expand Down

0 comments on commit df83162

Please sign in to comment.