You've already forked AstralRinth
forked from didirus/AstralRinth
Add blog post: Pride Month 2025 campaign (#3879)
* Add blog post: Pride Month 2025 campaign * fix lint maybe * Revert changes to other stuff * run fix * use local links * re-run fix --------- Co-authored-by: Prospector <prospectordev@gmail.com>
This commit is contained in:
@@ -135,7 +135,7 @@ pub async fn auto_install_java(java_version: u32) -> crate::Result<PathBuf> {
|
||||
#[cfg(target_os = "macos")]
|
||||
{
|
||||
base_path = base_path
|
||||
.join(format!("zulu-{}.jre", java_version))
|
||||
.join(format!("zulu-{java_version}.jre"))
|
||||
.join("Contents")
|
||||
.join("Home")
|
||||
.join("bin")
|
||||
|
||||
Reference in New Issue
Block a user