vscodium/build/build_linux.sh
2022-08-17 07:36:15 +02:00

12 lines
191 B
Bash
Executable file

#!/bin/bash
rm -rf VSCode*
rm -rf vscode*
if [[ "${1}" == "insider" ]]; then
export INSIDER="yes"
fi
. get_repo.sh
SHOULD_BUILD=yes CI_BUILD=no OS_NAME=linux VSCODE_ARCH=x64 . build.sh