From e7a54d802bc10a05cb7f65b6030561eee3e54e98 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 18 Mar 2017 22:06:20 +0100 Subject: [PATCH] Show warning hash couldn't be found in hashurl --- lib/autoupdate.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/autoupdate.ps1 b/lib/autoupdate.ps1 index 3418800bd..f927e0e8b 100644 --- a/lib/autoupdate.ps1 +++ b/lib/autoupdate.ps1 @@ -135,6 +135,8 @@ function get_hash_for_app([String] $app, $config, [String] $version, [String] $u if($hash) { # got one! return $hash + } else { + write-host -f DarkYellow "Could not find hash in $hashfile_url" } Write-Host "Download files to compute hashes!" -f DarkYellow