mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-07 23:46:51 +08:00
Change-Id: I3f12aa0dd54f99fafdffb53796e54e7b127c3c8c Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
8 lines
278 B
PowerShell
8 lines
278 B
PowerShell
. "$PSScriptRoot\helpers.ps1"
|
|
|
|
$zip = "c:\users\qt\downloads\jom_1_1_0.zip"
|
|
|
|
Invoke-WebRequest -UseBasicParsing http://download.qt.io/official_releases/jom/jom_1_1_0.zip -OutFile $zip
|
|
Verify-Checksum $zip "C4149FE706B25738B4C4E54C73E180B9CAB55832"
|
|
Extract-Zip $zip C:\Utils\Jom
|