diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2018-01-10 13:12:24 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2018-01-10 21:42:20 +0200 |
commit | 304ca35f289aef59e29fa18d3a78730c39cad7fa (patch) | |
tree | 236ec491bc53c22bdc31506c70f10b4fa5ac22e6 /scripts | |
parent | d7d73a26ac0d886e3f07ce2eef848e8c66659af4 (diff) | |
download | qtlocation-mapboxgl-304ca35f289aef59e29fa18d3a78730c39cad7fa.tar.gz |
[build] Make the appveyor build less verbose
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/check-sha256.ps1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/check-sha256.ps1 b/scripts/check-sha256.ps1 index 57c9797c6a..e551605ad0 100644 --- a/scripts/check-sha256.ps1 +++ b/scripts/check-sha256.ps1 @@ -1,7 +1,6 @@ param([string]$file, [string]$hash); $hashFromFile = Get-FileHash -Path $file -Algorithm SHA256 -$hashFromFile | Format-List if ($hashFromFile.Hash -ne $hash) { Throw 'Hash mismatch!' |