From 2efe4a8f1fdce7e6c99c4a461df521ee3e739864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Wed, 31 Mar 2021 15:50:44 +0200 Subject: [PATCH] v0.5.1 --- Installomator.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Installomator.sh b/Installomator.sh index 3f0be02..ab98cd1 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -2889,8 +2889,9 @@ microsoftsharepointplugin) visualstudiocode) name="Visual Studio Code" type="zip" - downloadURL="https://go.microsoft.com/fwlink/?LinkID=620882" - 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=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:]\t]//g' | head -1 ) expectedTeamID="UBF8T346G9" appName="Visual Studio Code.app" blockingProcesses=( Electron )