win_installer: add PowerShell shortcut

add idf_cmd_init.ps1
update git vesion
This commit is contained in:
Andrei Gramakov
2020-08-28 12:33:48 +02:00
committed by Juraj Michálek
parent 76acc8ddde
commit d23989aee2
5 changed files with 184 additions and 12 deletions

View File

@@ -63,7 +63,7 @@ if ($dif_Path -ne $null) {
Write-Output "Checking if Python packages are up to date..."
Start-Process -Wait -NoNewWindow -FilePath "python" -Args "$IDF_PATH/tools/check_python_dependencies.py"
Start-Process -Wait -NoNewWindow -FilePath "python" -Args "`"$IDF_PATH/tools/check_python_dependencies.py`""
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE } # if error
Write-Output "