-
Notifications
You must be signed in to change notification settings - Fork 15
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
Many binaries ? #49
Comments
Hey! can you clarify your ask? I can tell that you want quill to be able to sign multiple binaries at once, but can you elaborate on the context? Are you saying that you want to be able to pass a |
Thanks for asking .. I have a .app. inside it is a golang binary plus some other binaries that the golang binary uses. |
I am also working on making a pkg for Mac. That’s produced by a golang code base. you might be interested in that ? |
@wagoodman can you let me know … do I first need to sign the actual golang binary and then the .app bundle and then do I need to sign the pkg too ? Sorry but this stuff is a bit of a mystery and so you might know . |
Ahh! I understand. I thought the ask was to sign a .app archive file... but you're saying given a .app directory (not file) look for binaries and sign them all. Or more generically, when given a directory, recursively look for binaries to sign. If that's the ask, I think it's a good idea 👍 |
Come here to ask..can I use it to sign an .app bundle? 🙏 |
Thos seems to only sign the binary.
I sssume I also need to sign the .app.
I also need to include some ffmpeg binaries that he golang binary depends on.
if you can let me know what’s supported currently with quill that would be cool.
The text was updated successfully, but these errors were encountered: