mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Use Extract-7zip helper to extract msys
The helper makes sure that all questions for confirmation are answered with yes, which unblocks a second provisioning run. Change-Id: I33b58a98ceed3f736eabde90e15e959a7139923e Reviewed-by: Toni Saario <toni.saario@qt.io>
This commit is contained in:
@@ -11,6 +11,6 @@ $destination = "C:\msys"
|
||||
|
||||
Download $url $url $zip
|
||||
Verify-Checksum $zip $sha1
|
||||
C:\Utils\sevenzip\7z.exe x $zip -oC:\
|
||||
Extract-7Zip $zip C:\
|
||||
Set-EnvironmentVariable "MSYS_PATH" "$destination\\1.0\\bin"
|
||||
Write-Output "Msys = $version" >> ~/versions.txt
|
||||
|
||||
Reference in New Issue
Block a user