diff --git a/CI/install-build-obs-macos.sh b/CI/install-build-obs-macos.sh index 291f1a45..6a33d9b4 100755 --- a/CI/install-build-obs-macos.sh +++ b/CI/install-build-obs-macos.sh @@ -3,7 +3,7 @@ OSTYPE=$(uname) if [ "${OSTYPE}" != "Darwin" ]; then - echo "[obs-websocket - Error] macOS build script can be run on Darwin-type OS only." + echo "[obs-websocket - Error] macOS obs-studio build script can be run on Darwin-type OS only." exit 1 fi diff --git a/CI/install-dependencies-macos.sh b/CI/install-dependencies-macos.sh index e94a3b4d..0fa4957b 100755 --- a/CI/install-dependencies-macos.sh +++ b/CI/install-dependencies-macos.sh @@ -3,7 +3,7 @@ OSTYPE=$(uname) if [ "${OSTYPE}" != "Darwin" ]; then - echo "[obs-websocket - Error] macOS build script can be run on Darwin-type OS only." + echo "[obs-websocket - Error] macOS install dependencies script can be run on Darwin-type OS only." exit 1 fi diff --git a/CI/package-macos.sh b/CI/package-macos.sh index e41392a8..62bfb622 100755 --- a/CI/package-macos.sh +++ b/CI/package-macos.sh @@ -5,7 +5,7 @@ set -e OSTYPE=$(uname) if [ "${OSTYPE}" != "Darwin" ]; then - echo "[obs-websocket - Error] macOS build script can be run on Darwin-type OS only." + echo "[obs-websocket - Error] macOS package script can be run on Darwin-type OS only." exit 1 fi