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

View File

@@ -1,6 +1,7 @@
# powershell -ExecutionPolicy ByPass -File .\build\build_windows.ps1
$env:Path += ";C:\Program Files\Git\bin"
# first so `bash` is the one installed with `git`, avoid conflict with WSL
$env:Path = "C:\Program Files\Git\bin;" + $env:Path
Remove-Item -Recurse -Force VSCode*