diff --git a/.prospector.yml b/.prospector.yml index d74e773756..5544f40fc3 100644 --- a/.prospector.yml +++ b/.prospector.yml @@ -27,4 +27,4 @@ pyflakes: - F841 # Ignore syntax errors as reported by PyFlakes since on Codacy this does # not support Python 3 syntax. - # - F999 \ No newline at end of file + # - F999 diff --git a/scripts/package/win-package-appx.ps1 b/scripts/package/win-package-appx.ps1 index 93c8be9b23..17358a8e07 100644 --- a/scripts/package/win-package-appx.ps1 +++ b/scripts/package/win-package-appx.ps1 @@ -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) {