Skip to content

Commit

Permalink
fix #119
Browse files Browse the repository at this point in the history
  • Loading branch information
YehudaKremer committed Mar 23, 2022
1 parent 457438e commit cd8d076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/signTool.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class SignTool {
[
'-NoProfile',
'-NonInteractive',
"(Get-PfxData -FilePath \"${_config.certificatePath}\" -Password \$(ConvertTo-SecureString -String \"${_config.certificatePassword}\" -AsPlainText -Force)).EndEntityCertificates[0] | Format-List -Property Subject | Out-File -NoNewLine -Width 8192 -Encoding UTF8 -FilePath $powershellSubjectOutputFilePath"
"(Get-PfxData -FilePath \"${_config.certificatePath}\" -Password \$(ConvertTo-SecureString -String \"${_config.certificatePassword}\" -AsPlainText -Force)).EndEntityCertificates[0] | Format-List -Property Subject | Out-File -NoNewLine -Width 8192 -Encoding UTF8 -FilePath \"$powershellSubjectOutputFilePath\""
],
stdoutEncoding: utf8,
stderrEncoding: utf8);
Expand Down

0 comments on commit cd8d076

Please sign in to comment.