mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 11:42:04 +00: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:
parent
cdaa496314
commit
688251bc66
@ -59,7 +59,7 @@ static const char *const config_dirs[] = {
|
||||
"home",
|
||||
"old_home",
|
||||
"osxbundle",
|
||||
"exe_dir"
|
||||
"exe_dir",
|
||||
"global",
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user