diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2025-06-05 15:43:30 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-05 09:43:30 +0200 |
| commit | e9242b884980187cb2090ae6a589e74da9613311 (patch) | |
| tree | a1a5d294f133e63428a4cbef3e686e70dcdbb1ec /docs/gen/gen.py | |
| parent | c5755c8241177c2cc7d95709fa0f0ac42111d141 (diff) | |
| download | box64-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.py | 3 |
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: |