feat: update to 1.81

This commit is contained in:
Baptiste Augrain
2023-07-18 22:25:40 +02:00
parent 11083b9a1b
commit 9a210dc964
6 changed files with 117 additions and 505 deletions

View File

@@ -13,7 +13,7 @@ while getopts ":ilp" opt; do
done
URL=`curl -s "https://update.code.visualstudio.com/api/update/win32-x64-archive/${VSCODE_QUALITY}/VERSION" | jq -c '.url' | sed -E 's/.*"([^"]+)".*/\1/'`
URL=`curl -s "https://update.code.visualstudio.com/api/update/win32-x64-archive/${VSCODE_QUALITY}/0000000000000000000000000000000000000000" | jq -c '.url' | sed -E 's/.*"([^"]+)".*/\1/'`
# echo "url: ${URL}"
FILE=`echo "${URL}" | sed -E 's|.*/([^/]+\.zip)$|\1|'`
# echo "file: ${FILE}"