aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xazalea-client/src/get_mc_dir.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/get_mc_dir.rs b/azalea-client/src/get_mc_dir.rs
index 440550a7..df2a81aa 100755
--- a/azalea-client/src/get_mc_dir.rs
+++ b/azalea-client/src/get_mc_dir.rs
@@ -23,7 +23,7 @@ pub fn minecraft_dir() -> Option<PathBuf> {
pub fn home_env_var() -> &'static str {
#[cfg(target_os = "windows")]
{
- "USERPROFILE"
+ "APPDATA"
}
#[cfg(target_os = "macos")]
{