- fixing build

- add manual build
This commit is contained in:
Baptiste Augrain
2021-03-10 16:04:07 +01:00
parent 99f27fe9ed
commit f8eeb2b698
3 changed files with 15 additions and 4 deletions

10
build_macos.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
nvm use 12
rm -rf VSCode*
rm -rf vscode
. get_repo.sh
SHOULD_BUILD=yes CI_BUILD=no OS_NAME=osx VSCODE_ARCH=x64 . build.sh