0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

CI: Fix Sparkle cache location for local macOS CI build

This commit is contained in:
CarrotCodes 2022-07-30 09:50:08 +01:00 committed by Matt Gajownik
parent 577b11ede4
commit ba1b5fcaea

View File

@ -70,7 +70,7 @@ install_sparkle() {
if [ "${CI}" -a "${RESTORED_SPARKLE}" ]; then
_SKIP=TRUE
elif [ -d "${DEPS_BUILD_DIR}/obs-deps/Frameworks/Sparkle.framework" -a -f "${DEPS_BUILD_DIR}/obs-deps/Frameworks/Sparkle.framework/Sparkle" ]; then
elif [ -d "${DEPS_BUILD_DIR}/obs-deps/lib/Sparkle.framework" -a -f "${DEPS_BUILD_DIR}/obs-deps/lib/Sparkle.framework/Sparkle" ]; then
_SKIP=TRUE
fi