mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-23 14:51:24 +08:00
Task-number: COIN-1060 Change-Id: I2ab63617f417b92a4d858c5da301185693e799f3 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io> Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>
5 lines
202 B
PowerShell
5 lines
202 B
PowerShell
if (-not ($env:PATH -split ';' | Where-Object { $_ -eq "C:\Program Files\Git\usr\bin" })) {
|
|
& setx PATH "C:\Program Files\Git\usr\bin"
|
|
Write-Host "Added C:\Program Files\Git\usr\bin to PATH."
|
|
}
|