You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
Signing the Update.exe after the build works fine, but when we are creating the packager the signature is being discarded (it looks like the Update.exe is reseted to the original).
How can we sign the Update.exe and include it in the installer?
The text was updated successfully, but these errors were encountered:
Would like to know this one as well - what I've found out is that the Update.exe which goes inside the installer exe is PE file which can be codesigned with signtool - but the way the Update.exe is constructed is something I cannot yet understand. In the project I am we are using electron and now when the Update.exe is not signed its causing all sorts of problems - would be great if it could be signed as well (like the installer exe is already).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Signing the
Update.exe
after the build works fine, but when we are creating the packager the signature is being discarded (it looks like the Update.exe is reseted to the original).How can we sign the Update.exe and include it in the installer?
The text was updated successfully, but these errors were encountered: