vscodium/scripts/build_macos.sh

8 lines
125 B
Bash
Raw Normal View History

2021-03-10 18:04:07 +03:00
#!/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