mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-09 13:21:53 +00:00
v0.5.1
This commit is contained in:
@@ -2889,8 +2889,9 @@ microsoftsharepointplugin)
|
|||||||
visualstudiocode)
|
visualstudiocode)
|
||||||
name="Visual Studio Code"
|
name="Visual Studio Code"
|
||||||
type="zip"
|
type="zip"
|
||||||
downloadURL="https://go.microsoft.com/fwlink/?LinkID=620882"
|
#downloadURL="https://go.microsoft.com/fwlink/?LinkID=620882" # Intel only
|
||||||
appNewVersion=$(curl -fsL "https://code.visualstudio.com/Updates" | grep "/darwin" | grep -oiE ".com/([^>]+)([^<]+)/darwin" | cut -d "/" -f 2 | sed $'s/[^[:print:]\t]//g')
|
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:]\t]//g' | head -1 )
|
||||||
expectedTeamID="UBF8T346G9"
|
expectedTeamID="UBF8T346G9"
|
||||||
appName="Visual Studio Code.app"
|
appName="Visual Studio Code.app"
|
||||||
blockingProcesses=( Electron )
|
blockingProcesses=( Electron )
|
||||||
|
|||||||
Reference in New Issue
Block a user