Fix whitespace

This commit is contained in:
a1346054
2021-08-29 12:27:33 +00:00
committed by Philipp Wolfer
parent f086f61575
commit 990bec0460
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ MakeAppx pack /o /h SHA256 /d $PackageDir /p $PackageFile
ThrowOnExeError "MakeAppx failed" ThrowOnExeError "MakeAppx failed"
# Sign package # Sign package
If ($CertificateFile) { If ($CertificateFile) {
SignTool sign /fd SHA256 /f "$CertificateFile" /p "$CertificatePassword" $PackageFile SignTool sign /fd SHA256 /f "$CertificateFile" /p "$CertificatePassword" $PackageFile
ThrowOnExeError "SignTool failed" ThrowOnExeError "SignTool failed"
} ElseIf ($Certificate) { } ElseIf ($Certificate) {