build: fix config path used by MacOS installer

This commit is contained in:
tomasklaen
2023-10-18 19:11:07 +02:00
parent d5709a76ee
commit 5ed36d3aec

View File

@@ -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