vscodium/build/build_linux.sh
2022-08-16 16:11:08 +02:00

8 lines
129 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