1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-13 18:45:25 +00:00

manpage: update win32 config path

Well, this probably depends on the exact Windows version.

Fixes #2611.
This commit is contained in:
wm4 2016-01-14 10:34:48 +01:00
parent c9204fe3a5
commit 49690dd54b

View File

@ -922,7 +922,7 @@ locations are different. They are generally located under ``%APPDATA%/mpv/``.
For example, the path to mpv.conf is ``%APPDATA%/mpv/mpv.conf``, which maps to
a system and user-specific path, for example
``C:\users\USERNAME\Application Data\mpv\mpv.conf``
``C:\users\USERNAME\AppData\Roaming\mpv\mpv.conf``
You can find the exact path by running ``echo %APPDATA%\mpv\mpv.conf`` in cmd.exe.