-
-
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
signWithParams on Windows #454
Comments
Related #449 |
Thanks @bontibon. I'll track your issue. |
Is not supported because on Linux we use another tool to sign. And please note — now we sign using timestamp and sha1/sha256 dual by default.
Please use |
Duplicates #449 |
I recently upgraded from electron-builder 3.16 to 3.25.0 and just realized that my Windows code signing is no longer happening. This looks like an API change.
My
build.win
looks like:It looks like these properties are no longer used and that global env vars like
CSC_LINK
are used instead.So, my question is: how do I pass params to the Windows code sign now? I'm not seeing a way to sign it with parameters in the new version.
node -v5.1.1
npm -v 3.3.12
Windows 10
The text was updated successfully, but these errors were encountered: