Closed ovo4096 closed 5 years ago
modify windowsExecutableCodeSignatureVerifier.js:
execFile("powershell.exe", ["-NoProfile", "-NonInteractive", "-InputFormat", "None", "-Command",
Get-AuthenticodeSignature '${tempUpdateFile}' | ConvertTo-Json -Compress
, "-encoding utf8"]
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
My application can be updated normally in the English Windows 10, but not in the Chinese Windows 10.
Normal update English Windows 10 log:
Not update Chinese Windows 10 log:
I think this is because "windowsExecutableCodeSignatureVerifier" does not support Chinese encoding.
Note: My certificate Subject is Chinese.
Related issue:
3396