build_windows.sh 179 B

12345678910
  1. #!/bin/bash
  2. # to run with WSL: wsl ./build/build_windows.sh
  3. rm -rf VSCode*
  4. rm -rf vscode
  5. ./get_repo.sh
  6. SHOULD_BUILD=yes CI_BUILD=no OS_NAME=windows VSCODE_ARCH=x64 ./build.sh