Skip to content

Commit

Permalink
Added blockingProcesses
Browse files Browse the repository at this point in the history
  • Loading branch information
pmex committed Feb 18, 2025
1 parent b7b41cf commit 2a5cebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fragments/labels/blackmagicatemswitchers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ blackmagicatemswitchers)
-e '"https://www.blackmagicdesign.com/api/register/us/download/" + download_id')")
appCustomVersion(){ grep "release_version" "/Applications/Blackmagic ATEM Switchers/ATEM Setup.app/Contents/Resources/settings.ini" | awk -F "=" '{print$2}'}
appNewVersion=$(echo ${downloadURL} | grep -oE '/v([0-9.]+)' | cut -d'v' -f2)
blockingProcesses=( "ATEM Setup" "ATEM Software Control" )
expectedTeamID="9ZGFBWLSYP"
;;

0 comments on commit 2a5cebd

Please sign in to comment.