vscodium/build/build_windows.sh

12 lines
248 B
Bash
Raw Normal View History

2021-08-23 03:05:01 +00:00
#!/bin/bash
# to run with Bash: "C:\Program Files\Git\bin\bash.exe" ./build/build_windows.sh
2021-08-23 03:05:01 +00:00
rm -rf VSCode*
rm -rf vscode
rm -rf build/windows/msi/releasedir
2021-08-23 03:05:01 +00:00
. get_repo.sh
2021-08-23 03:05:01 +00:00
SHOULD_BUILD=yes CI_BUILD=no OS_NAME=windows VSCODE_ARCH=x64 . build.sh