-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signing MSI attempts dual signing and fails #181
Comments
I've just updated to the latest version of everything and getting exactly the same error. Digging into it and trying a plethora of On my Windows 10 machine the only way I've got this working is to set Don't quite know if this varies depending on the operating system being used as it's a weird one to have slipped through. |
its because electron/windows-sign appends signatures - I'm also looking for a way to disable this there is a PR for it |
want to bump this issue since currently MSI signing is not working. |
Running in to this as well. Are there any workarounds? |
@alu- I got around this by using
|
Yay! Using the above mentioned hookFunction did indeed work for me after some customization. Thank you very much Andrey. For any that comes after I forgot to remove the old references to certificateFile which caused the same error as it tried to sign the file twice, but after I removed that it works. |
this PR has been accepted. These options need to be brought forward into this package |
Since the change in #177 to use @electron/windows-sign, the package now tries to dual sign the MSI with both SHA-1 and SHA-256 (which fails):
@electron/windows-sign needs to be able to specify that only a single algorithm is required, and then this package should specify which one to use.
The text was updated successfully, but these errors were encountered: