summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2018-07-30 13:27:11 -0300
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2018-07-31 09:45:24 -0300
commitdd22458525d69f7c425dd347fe10e367bbfa0234 (patch)
treeafb8f95daf03a0b3eeffb1437aa8e0480c664fce /README.md
parent6cf4fe2377ce1b77ce4035d250a30d5f3facc88f (diff)
downloadmullvadvpn-dd22458525d69f7c425dd347fe10e367bbfa0234.tar.xz
mullvadvpn-dd22458525d69f7c425dd347fe10e367bbfa0234.zip
Replace `%APPDATA%\Local` with `%LOCALAPPDATA%`
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index bc24134909..5066987f1b 100644
--- a/README.md
+++ b/README.md
@@ -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