From 2a66880a58256f60cf9c02c539932452722cd9b3 Mon Sep 17 00:00:00 2001 From: 3gf8jv4dv <3gf8jv4dv@gmail.com> Date: Tue, 3 Feb 2026 21:09:33 +0800 Subject: [PATCH] docs: fix incorrrect windows environment variable name (#5399) --- docs/Contributing.md | 2 +- docs/Contributing_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Contributing.md b/docs/Contributing.md index cd4a8bfcc..a0a670f5e 100644 --- a/docs/Contributing.md +++ b/docs/Contributing.md @@ -89,7 +89,7 @@ These options can be specified via environment variables or JVM parameters. If b | `HMCL_ANIMATION_FRAME_RATE` | | Specifies the animation frame rate of HMCL | `60` | | | `HMCL_LANGUAGE` | | Specifies the default language of HMCL | Uses the system default language | | | | `-Dhmcl.dir=` | Specifies the current data folder of HMCL | `./.hmcl` | | -| | `-Dhmcl.home=` | Specifies the user data folder of HMCL | Windows: `%APPDATA\.hmcl`
Linux/BSD: `$XDG_DATA_HOME/hmcl`
macOS: `~Library/Application Support/hmcl` | | +| | `-Dhmcl.home=` | Specifies the user data folder of HMCL | Windows: `%APPDATA%\.hmcl`
Linux/BSD: `$XDG_DATA_HOME/hmcl`
macOS: `~Library/Application Support/hmcl` | | | | `-Dhmcl.self_integrity_check.disable=true` | Disables self-integrity checks during updates | | | | | `-Dhmcl.bmclapi.override=` | Specifies the API Root for BMCLAPI | `https://bmclapi2.bangbang93.com` | | | | `-Dhmcl.discoapi.override=` | Specifies the API Root for foojay Disco API | `https://api.foojay.io/disco/v3.0` | | diff --git a/docs/Contributing_zh.md b/docs/Contributing_zh.md index d549b9cd2..43d75822e 100644 --- a/docs/Contributing_zh.md +++ b/docs/Contributing_zh.md @@ -88,7 +88,7 @@ HMCL 提供了一系列调试选项,用于控制启动器的行为。 | `HMCL_ANIMATION_FRAME_RATE` | | 指定 HMCL 的动画帧率 | `60` | | | `HMCL_LANGUAGE` | | 指定 HMCL 的默认语言 | 使用系统默认语言 | | | `-Dhmcl.dir=` | 指定 HMCL 的当前数据文件夹 | `./.hmcl` | | -| | `-Dhmcl.home=` | 指定 HMCL 的用户数据文件夹 | Windows: `%APPDATA\.hmcl`
Linux/BSD: `$XDG_DATA_HOME/hmcl`
macOS: `~Library/Application Support/hmcl` | | +| | `-Dhmcl.home=` | 指定 HMCL 的用户数据文件夹 | Windows: `%APPDATA%\.hmcl`
Linux/BSD: `$XDG_DATA_HOME/hmcl`
macOS: `~Library/Application Support/hmcl` | | | | `-Dhmcl.self_integrity_check.disable=true` | 检查更新时不检查本体完整性 | | | | | `-Dhmcl.bmclapi.override=` | 指定 BMCLAPI 的 API Root | `https://bmclapi2.bangbang93.com` | | | | `-Dhmcl.discoapi.override=` | 指定 foojay Disco API 的 API Root | `https://api.foojay.io/disco/v3.0` |