vscodium/build/build_windows.sh

16 lines
311 B
Bash
Raw Normal View History

2021-08-22 23:05:01 -04:00
#!/bin/bash
# to run with Bash: "C:\Program Files\Git\bin\bash.exe" ./build/build_windows.sh
2021-08-22 23:05:01 -04:00
rm -rf VSCode*
rm -rf vscode*
rm -rf build/windows/msi/releasedir
2021-08-22 23:05:01 -04:00
if [[ "${1}" == "insider" ]]; then
export INSIDER="yes"
fi
. get_repo.sh
2021-08-22 23:05:01 -04:00
SHOULD_BUILD=yes CI_BUILD=no OS_NAME=windows VSCODE_ARCH=x64 . build.sh