You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Contributing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ These options can be specified via environment variables or JVM parameters. If b
89
89
|`HMCL_ANIMATION_FRAME_RATE`|| Specifies the animation frame rate of HMCL |`60`||
90
90
|`HMCL_LANGUAGE`|| Specifies the default language of HMCL | Uses the system default language ||
91
91
||`-Dhmcl.dir=<path>`| Specifies the current data folder of HMCL |`./.hmcl`||
92
-
||`-Dhmcl.home=<path>`| Specifies the user data folder of HMCL | Windows: `%APPDATA\.hmcl`<br>Linux/BSD: `$XDG_DATA_HOME/hmcl`<br>macOS: `~Library/Application Support/hmcl`||
92
+
||`-Dhmcl.home=<path>`| Specifies the user data folder of HMCL | Windows: `%APPDATA%\.hmcl`<br>Linux/BSD: `$XDG_DATA_HOME/hmcl`<br>macOS: `~Library/Application Support/hmcl`||
93
93
||`-Dhmcl.self_integrity_check.disable=true`| Disables self-integrity checks during updates |||
94
94
||`-Dhmcl.bmclapi.override=<url>`| Specifies the API Root for BMCLAPI |`https://bmclapi2.bangbang93.com`||
95
95
||`-Dhmcl.discoapi.override=<url>`| Specifies the API Root for foojay Disco API |`https://api.foojay.io/disco/v3.0`||
0 commit comments