From 688251bc662c50bc7fe56bb1ec8fef4e1407cdf0 Mon Sep 17 00:00:00 2001 From: "Avi Halachmi (:avih)" Date: Wed, 8 Jul 2020 12:11:00 +0300 Subject: path: fix broken exe-dir[/mpv] config locations This is a regression since c3694f0, at least on Windows. Fixes #7889 Fixes #7881 --- options/path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/path.c b/options/path.c index 7afa3c1dc0..504adb7c84 100644 --- a/options/path.c +++ b/options/path.c @@ -59,7 +59,7 @@ static const char *const config_dirs[] = { "home", "old_home", "osxbundle", - "exe_dir" + "exe_dir", "global", }; -- cgit v1.2.3