-
Notifications
You must be signed in to change notification settings - Fork 261
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
How to filter to be signed files? #358
Comments
I believe I have another, more concrete reason to be more selective in file signing. I am using the node-serialport library. It since version 10.0.2 it includes prebuilt binaries for a number of different architectures and attempting to sign some of those architectures causes a Can we either filter these files out or is there an alternative suggestion? |
@chbonser Did you ever find a solution to this issue? |
@obra I used an older version of the node-serialport library as a temporary solution. I intended to revisit but never made the time. |
I've encountered a similar problem, where the prebuild electron-userland/electron-builder#7685
|
I'm using windows-installer to pacakge my applciation and sign the executables. But there are thousands of executables in the application, and most of them are not needed to be sign, but widnows-installer will sign all of them by launching signtool.exe one by one, it takes too much time (more than 10 minutes) for packaging.
In fact, there are less than 10 files need to be signed, are there any methods to filter the to be signed files? Exactly, I don't want to launch signtool.exe so many times.
The text was updated successfully, but these errors were encountered: