feat: update to support insider version

This commit is contained in:
Baptiste Augrain
2022-08-17 07:36:15 +02:00
parent 637ec23444
commit 41d477decd
10 changed files with 90 additions and 239 deletions

View File

@@ -13,6 +13,10 @@ fi
echo "-- VSCODE_ARCH: ${VSCODE_ARCH}"
if [[ "${1}" == "insider" ]]; then
export INSIDER="yes"
fi
. get_repo.sh
SHOULD_BUILD=yes CI_BUILD=no OS_NAME=osx . build.sh