From 1a80c5273c42f12ccf0343a396266fba2754b4c8 Mon Sep 17 00:00:00 2001 From: Sean Kaim Date: Sun, 6 Nov 2016 15:04:48 -0500 Subject: [PATCH] Use same exact format as installer version --- Tools/create_upg_chk_files.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/create_upg_chk_files.ps1 b/Tools/create_upg_chk_files.ps1 index 26c6beff..dfacba4e 100644 --- a/Tools/create_upg_chk_files.ps1 +++ b/Tools/create_upg_chk_files.ps1 @@ -9,4 +9,4 @@ Write-Host dURL: Write-Host clURL: $hash = Get-FileHash -Algorithm MD5 $file | % { $_.Hash } -Write-Host MD5: $hash \ No newline at end of file +Write-Host CertificateThumbprint: $hash \ No newline at end of file