build_windows.sh 248 B

1234567891011
  1. #!/bin/bash
  2. # to run with Bash: "C:\Program Files\Git\bin\bash.exe" ./build/build_windows.sh
  3. rm -rf VSCode*
  4. rm -rf vscode
  5. rm -rf build/windows/msi/releasedir
  6. . get_repo.sh
  7. SHOULD_BUILD=yes CI_BUILD=no OS_NAME=windows VSCODE_ARCH=x64 . build.sh