mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-23 11:30:14 +10:00
feat: update to support insider version
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user