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

Lost signature of files added #188

Open
phuonghuynh opened this issue Jan 8, 2020 · 2 comments
Open

Lost signature of files added #188

phuonghuynh opened this issue Jan 8, 2020 · 2 comments

Comments

@phuonghuynh
Copy link

I using this library to create my custom DMG which contains a PKG (singed) and an APP (signed); DMG can created but my PKG and APP lost signature. How could I fix this issue?

@jaredh159
Copy link

ran into something similar, had a notarized .app file, gatekeeper and spctl were fine with it, but when i created a dmg using this tool, (and i included code-signing info in the config), the app that was packaged into the .dmg was no longer signed correctly, and was rejected.

never figured it out (yet), but my hunch is that there is something about the code signing here that is not right, because i used a free trial of the app "DropDMG", and it's dmg worked perfectly.

my app has sparkle embedded in it, and also a system extension, i'm wondering if there is something about deep or the --deep codesigning flag that needs to be implemented here... if i figure it out, i'll post back here.

@jaredh159
Copy link

fwiw, i tried adding --deep and --force, and still no dice. spctl hates the app inside the dmg, whereas works fine with DropDMG.

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

No branches or pull requests

2 participants