QuiltMC / quilt-installer

The Quilt installer for the official Minecraft launcher and servers
Apache License 2.0
40 stars 20 forks source link

grab JRE from minecraft folder on Mac #12

Closed LemmaEOF closed 2 years ago

LemmaEOF commented 2 years ago

Will attempt to grab the Minecraft launcher's included JRE from ~/Library/Application Support/minecraft. Checks for runtime/jre-x64/jre.bundle/Contents/Home/bin/java, runtime/jre-legacy/jre.bundle/Contents/Home/bin/java, runtime/java-runtime-alpha/macos/java-runtime-alpha/jre.bundle/Contents/Home/bin/java, and runtime/java-runtime-beta/macos/java-runtime-beta/jre.bundle/Contents/Home/bin/java. Tested (lightly) and working!

LemmaEOF commented 2 years ago

@TheGlitch76 not sure I'm gonna have time to set up a proper app bundle build for a bit :<