Files
vscodium/scripts/build_macos.sh
2021-03-10 16:48:45 +01:00

8 lines
125 B
Bash
Executable File

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