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

@@ -3,6 +3,10 @@
rm -rf VSCode*
rm -rf vscode*
./get_repo.sh
if [[ "${1}" == "insider" ]]; then
export INSIDER="yes"
fi
SHOULD_BUILD=yes CI_BUILD=no OS_NAME=linux VSCODE_ARCH=x64 ./build.sh
. get_repo.sh
SHOULD_BUILD=yes CI_BUILD=no OS_NAME=linux VSCODE_ARCH=x64 . build.sh