path: fix broken exe-dir[/mpv] config locations

This is a regression since c3694f0, at least on Windows.

Fixes #7889
Fixes #7881
This commit is contained in:
Avi Halachmi (:avih) 2020-07-08 12:11:00 +03:00
parent cdaa496314
commit 688251bc66
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ static const char *const config_dirs[] = {
"home",
"old_home",
"osxbundle",
"exe_dir"
"exe_dir",
"global",
};