fix: can't auto install JRE on macOS (#5938)

This commit is contained in:
circular
2026-04-29 13:41:26 +10:00
committed by GitHub
parent 747fe04888
commit fc90e1098e

View File

@@ -135,7 +135,6 @@ pub async fn auto_install_java(java_version: u32) -> crate::Result<PathBuf> {
#[cfg(target_os = "macos")]
{
base_path = base_path
.join(format!("zulu-{java_version}.jre"))
.join("Contents")
.join("Home")
.join("bin")