mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
changed signature failures from errors to warnings
This commit is contained in:
@@ -20,7 +20,7 @@ if ($ConfigurationName -match "Release") {
|
||||
foreach ($file in $signableFiles) {
|
||||
$signature = Get-AuthenticodeSignature -FilePath $file.FullName
|
||||
if ($signature.Status -ne "Valid") {
|
||||
Write-Error "File $($file.FullName) does not have a valid signature."
|
||||
Write-Warning "File $($file.FullName) does not have a valid signature."
|
||||
$badSignatureFound = $true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user