vscodium/build/build_windows.sh
2022-08-17 07:36:15 +02:00

15 lines
311 B
Bash
Executable file

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