add some small improvements (#803)

This commit is contained in:
Baptiste Augrain
2021-08-23 05:05:01 +02:00
committed by GitHub
parent b175fd43eb
commit a5506b975c
5 changed files with 21 additions and 3 deletions

10
build/build_windows.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
# to run with WSL: wsl ./build/build_windows.sh
rm -rf VSCode*
rm -rf vscode
./get_repo.sh
SHOULD_BUILD=yes CI_BUILD=no OS_NAME=windows VSCODE_ARCH=x64 ./build.sh