Update check_SHA256_windows.ps1

This commit is contained in:
KASR 2023-04-24 16:41:27 +02:00 committed by GitHub
parent 86fc970126
commit 2e335c4c4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ foreach ($line in $hashLines) {
}
else {
$validChecksum = ""
$fileMissing = "X"
$fileMissing = ""
}
}
else {