vscodium/build/build_linux.sh
2021-03-10 19:24:52 +01:00

9 lines
128 B
Bash
Executable file

#!/bin/bash
rm -rf VSCode*
rm -rf vscode
./get_repo.sh
SHOULD_BUILD=yes CI_BUILD=no OS_NAME=linux VSCODE_ARCH=x64 ./build.sh