We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47fa2de commit 13a47f1Copy full SHA for 13a47f1
src/ui/mod.rs
@@ -41,7 +41,7 @@ pub fn dot_minecraft_location() -> String {
41
#[cfg(target_os = "macos")]
42
pub fn dot_minecraft_location() -> String {
43
location(
44
- home_dir().map(|p| p.join("Libary/Application Support/minecraft")),
+ home_dir().map(|p| p.join("Library/Application Support/minecraft")),
45
"/",
46
)
47
}
0 commit comments