mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-22 09:18:18 +00:00
Fix whitespace
This commit is contained in:
@@ -27,4 +27,4 @@ pyflakes:
|
||||
- F841
|
||||
# Ignore syntax errors as reported by PyFlakes since on Codacy this does
|
||||
# not support Python 3 syntax.
|
||||
# - F999
|
||||
# - F999
|
||||
|
||||
@@ -66,7 +66,7 @@ MakeAppx pack /o /h SHA256 /d $PackageDir /p $PackageFile
|
||||
ThrowOnExeError "MakeAppx failed"
|
||||
|
||||
# Sign package
|
||||
If ($CertificateFile) {
|
||||
If ($CertificateFile) {
|
||||
SignTool sign /fd SHA256 /f "$CertificateFile" /p "$CertificatePassword" $PackageFile
|
||||
ThrowOnExeError "SignTool failed"
|
||||
} ElseIf ($Certificate) {
|
||||
|
||||
Reference in New Issue
Block a user