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

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