diff options
| author | mat <github@matdoes.dev> | 2023-03-01 21:02:42 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-03-01 21:02:42 +0000 |
| commit | 7bfca9d228eb58839506f72555650d29ef26ee90 (patch) | |
| tree | ac4e90dd38a2e6e60490a8c541e2129510788d26 /azalea-client/src/get_mc_dir.rs | |
| parent | 9b1b03d4ac59676393658f8558194490fe62a060 (diff) | |
| parent | 91d97adb4f03acf2d53dedb598f5496e2c4d9063 (diff) | |
| download | azalea-drasl-7bfca9d228eb58839506f72555650d29ef26ee90.tar.xz | |
Merge branch 'main' of https://github.com/mat-1/azalea into main
Diffstat (limited to 'azalea-client/src/get_mc_dir.rs')
| -rwxr-xr-x | azalea-client/src/get_mc_dir.rs | 2 |
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")] { |
