diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-07-30 13:27:11 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-07-31 09:45:24 -0300 |
| commit | dd22458525d69f7c425dd347fe10e367bbfa0234 (patch) | |
| tree | afb8f95daf03a0b3eeffb1437aa8e0480c664fce /README.md | |
| parent | 6cf4fe2377ce1b77ce4035d250a30d5f3facc88f (diff) | |
| download | mullvadvpn-dd22458525d69f7c425dd347fe10e367bbfa0234.tar.xz mullvadvpn-dd22458525d69f7c425dd347fe10e367bbfa0234.zip | |
Replace `%APPDATA%\Local` with `%LOCALAPPDATA%`
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -267,8 +267,8 @@ A list of file paths written to and read from by the various components of the M ### Daemon -On Windows, when a process runs as a system service the variable `%APPDATA%` expands to -`C:\Windows\system32\config\systemprofile\AppData\Roaming`. +On Windows, when a process runs as a system service the variable `%LOCALAPPDATA%` expands to +`C:\Windows\system32\config\systemprofile\AppData\Local`. All directory paths are defined in, and fetched from, the `mullvad-paths` crate. @@ -300,7 +300,7 @@ The cache directory can be changed by setting the `MULLVAD_CACHE_DIR` environmen |----------|------| | Linux | `/var/cache/mullvad-daemon/` | | macOS | `/var/root/Library/Caches/mullvad-daemon/` | -| Windows | `%APPDATA%\Local\Mullvad\Mullvad VPN\` | +| Windows | `%LOCALAPPDATA%\Mullvad\Mullvad VPN\` | #### RPC address file |
