-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
/n signtool param support #590
Comments
We don't use signWithParams because on Linux and macOS we use another tool to sign.
Please provide your |
This is my
I'm new to electron builder, and I couldn't find any other options in [Options)(https://github.com/electron-userland/electron-builder/wiki/Options) or Code Signing documents. |
|
Yes, I do not have a p12 file, and yes it comes with a usb device. |
electron-builder
is usingelectron-winstaller-fixed
npm module. This module links toelectron-winstaller
repo. So I assume it is a fork with some fixes. I couldn't find the actual repository ofelectron-winstaller-fixed
.I wanted to sign my code with a EV certificate on windows and it seemed easier to use signWithParams option of
electron-winstaller
. This option is not available under latestelectron-winstaller-fixed
and it no longer uses signtool even when building under windows. So I usedelectron-builder
withelectron-winstaller
instead ofelectron-winstaller-fixed
. And it worked without a problem.I'm using
electron-builder
version5.13.1
which depends onelectron-winstaller-fixed
version3.0.0
.Is there a particular reason why
electron-winstaller-fixed
is used? Also how do you sign with a EV certificate (one with a USB token)?The text was updated successfully, but these errors were encountered: