Skip to content
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

Codesign all files in one step #305

Open
danielcompton opened this issue Feb 19, 2024 · 0 comments
Open

Codesign all files in one step #305

danielcompton opened this issue Feb 19, 2024 · 0 comments

Comments

@danielcompton
Copy link

It takes a 80-90 seconds to sign all of the files in our barebones Electron app. Looking at the debug logs, it appears as if this is because each file is getting signed individually.

Looking at the docs for codesign, it allows accepting multiple files. I think that signing many files at once could give a dramatic speedup to code signing. The files are already topologically ordered for signing, so they could probably be passed in their existing sort order.

It looks like there may be perFileOptions which would complicate things though.

Just a thought, perhaps this has already been considered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants