build: add MSI (#827)

Co-authored-by: Alexander Hass <4450722+alexhass@users.noreply.github.com>
This commit is contained in:
Baptiste Augrain
2021-09-09 01:38:07 +02:00
committed by GitHub
parent 07877c5e12
commit 108166f640
32 changed files with 2491 additions and 58 deletions

View File

@@ -1,10 +1,11 @@
#!/bin/bash
# to run with WSL: wsl ./build/build_windows.sh
# 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
./get_repo.sh
. get_repo.sh
SHOULD_BUILD=yes CI_BUILD=no OS_NAME=windows VSCODE_ARCH=x64 ./build.sh
SHOULD_BUILD=yes CI_BUILD=no OS_NAME=windows VSCODE_ARCH=x64 . build.sh