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

deep signing of electron app not working with electron builder. #1546

Closed
gowthamrodda opened this issue May 15, 2017 · 1 comment
Closed

Comments

@gowthamrodda
Copy link

Hi there, I am using electron builder 17.8.0 .
When I tried to generate dmg file , it started codesigning. I am using extraFiles option in build.
However, i have a json file in root directory of build that cannot be signed. and The error says:
"code object is not signed at all"

Any thoughts??
TIA.

@gowthamrodda
Copy link
Author

Able to fix this, by adding --deep flag at
electron-osx-sign module, sign.js file, signApplicationAsync() method.
var args =["--sign",opts.identity,"--force","--deep"]

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

1 participant