From d9788bbb2288fc52564cb36586bf11ecf6f86a32 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Thu, 29 Jun 2023 10:15:12 -0700 Subject: [PATCH] refactor: deploy-dev macos sound --- plugin/scripts/deploy-dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/scripts/deploy-dev.sh b/plugin/scripts/deploy-dev.sh index 751c16860..102da7e04 100755 --- a/plugin/scripts/deploy-dev.sh +++ b/plugin/scripts/deploy-dev.sh @@ -41,7 +41,7 @@ exit_code=$? # Play built-in sound based on the operating system if [[ "$OSTYPE" == "darwin"* ]]; then # macOS - afplay /System/Library/Sounds/Glass.aiff + afplay /System/Library/Sounds/Submarine.aiff elif [[ "$OSTYPE" == "linux-gnu" ]]; then # Linux paplay /usr/share/sounds/freedesktop/stereo/complete.oga