0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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

View File

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