Files
vscodium/build_macos.sh
Baptiste Augrain f8eeb2b698 - fixing build
- add manual build
2021-03-10 16:04:07 +01:00

10 lines
137 B
Bash
Executable File

#!/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