forked from espressif/esp-idf
win_installer: add PowerShell shortcut
add idf_cmd_init.ps1 update git vesion
This commit is contained in:
committed by
Juraj Michálek
parent
76acc8ddde
commit
d23989aee2
@@ -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 "
|
||||
|
Reference in New Issue
Block a user