mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-18 13:20:51 +00:00
changed fragments to .sh extension
This commit is contained in:
11
fragments/labels/microsoftvisualstudiocode.sh
Normal file
11
fragments/labels/microsoftvisualstudiocode.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
microsoftvisualstudiocode|\
|
||||
visualstudiocode)
|
||||
name="Visual Studio Code"
|
||||
type="zip"
|
||||
#downloadURL="https://go.microsoft.com/fwlink/?LinkID=620882" # Intel only
|
||||
downloadURL="https://go.microsoft.com/fwlink/?LinkID=2156837" # Universal
|
||||
appNewVersion=$(curl -fsL "https://code.visualstudio.com/Updates" | grep "/darwin" | grep -oiE ".com/([^>]+)([^<]+)/darwin" | cut -d "/" -f 2 | sed $'s/[^[:print:] ]//g' | head -1 )
|
||||
expectedTeamID="UBF8T346G9"
|
||||
appName="Visual Studio Code.app"
|
||||
blockingProcesses=( Electron )
|
||||
;;
|
||||
Reference in New Issue
Block a user