mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
11 lines
431 B
Bash
11 lines
431 B
Bash
microsoftazuredatastudio|\
|
|
azuredatastudio)
|
|
name="Azure Data Studio"
|
|
type="zip"
|
|
downloadURL=$( curl -sL https://github.com/microsoft/azuredatastudio/releases/latest | grep 'macOS ZIP' | grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*" )
|
|
appNewVersion=$(versionFromGit microsoft azuredatastudio )
|
|
expectedTeamID="UBF8T346G9"
|
|
appName="Azure Data Studio.app"
|
|
blockingProcesses=( "Azure Data Studio" )
|
|
;;
|