fixing scripts path

This commit is contained in:
Baptiste Augrain
2021-03-10 16:56:14 +01:00
parent 3e50a25606
commit c3f50a8efe
5 changed files with 22 additions and 5 deletions

8
scripts/build_linux.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/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