aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-windows-10-x86/90-signing-tools.ps1
blob: fbd8c52f9463fd600ab5f9c027d737e1d3b4dcc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (C) 2017 The Qt Company Ltd.
# Copyright (C) 2017 Pelagicore AG
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

. "$PSScriptRoot\..\common\windows\helpers.ps1"

# Signing tools are needed to sign offline installers when releasing

$url = "http://ci-files01-hki.ci.qt.io/input/semisecure/sign/sign.zip"
$destination = "C:\Windows\temp\sign.zip"

Download $url $url $destination
Extract-7Zip "$destination" "C:\Utils"
Remove "$destination"