From 5ed36d3aec27924516657c1ead3194b5b4345fcb Mon Sep 17 00:00:00 2001 From: tomasklaen Date: Wed, 18 Oct 2023 19:11:07 +0200 Subject: [PATCH] build: fix config path used by MacOS installer --- installers/unix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/unix.sh b/installers/unix.sh index 30ca0ae..b18b0af 100644 --- a/installers/unix.sh +++ b/installers/unix.sh @@ -79,7 +79,7 @@ elif [ "${OS}" == "Linux" ]; then fi elif [ "${OS}" == "Darwin" ]; then - config_dir=~/Library/Preferences/mpv + config_dir=~/.config/mpv else abort "This install script works only on Linux and macOS." fi