about summary refs log tree commit diff stats
path: root/docs/gen/gen.py
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2025-06-05 15:43:30 +0800
committerGitHub <noreply@github.com>2025-06-05 09:43:30 +0200
commite9242b884980187cb2090ae6a589e74da9613311 (patch)
treea1a5d294f133e63428a4cbef3e686e70dcdbb1ec /docs/gen/gen.py
parentc5755c8241177c2cc7d95709fa0f0ac42111d141 (diff)
downloadbox64-e9242b884980187cb2090ae6a589e74da9613311.tar.gz
box64-e9242b884980187cb2090ae6a589e74da9613311.zip
[WOW64] Added rcfile support (#2708)
* [WOW64] Fixed more compilation warnings

* [WOW64] Messing around with file APIs

* [WOW64] Added rcfile support

* [DOCS] Update rcfile usage on WowBox64
Diffstat (limited to 'docs/gen/gen.py')
-rw-r--r--docs/gen/gen.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/gen/gen.py b/docs/gen/gen.py
index 0eb3d52e..ee20999b 100644
--- a/docs/gen/gen.py
+++ b/docs/gen/gen.py
@@ -20,9 +20,10 @@ There are many environment variables to control Box64's behaviour, which will be
 
 There are 2 types of Box64 builds: the Wine WOW64 build (WowBox64) and the regular Linux build. Beware only some of the environment variables are available in WowBox64.
 
-### Configuration files for Linux build
+### Configuration files
 
 In addition to environment variables, if you're using the regular Linux build, Box64 also looks for 2 places for rcfile by default: the system-wide `/etc/box64.box64rc` and user-specific `~/.box64rc`.
+While in WowBox64, the configuration file is checked at `%USERPROFILE%/.box64rc` only.
 Settings priority follows this order (from highest to lowest): `~/.box64rc` > `/etc/box64.box64rc` > environment variables.
 
 Example configuration: