-
Notifications
You must be signed in to change notification settings - Fork 16
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
EnableEmbeddedAsarIntegrityValidation instantly exits app - only on macOS #7
Comments
Nobody else is seeing this? I'd really like to get this working! |
Hi there, I'm not one of the Electron developers but I can say that this fuse currently does nothing on non-macOS platforms. What library are you using to package your application? This fuse requires a specific set of hashes to be present in the ASAR bundle. |
Thanks for your reply @complexspaces!
I noticed that while reviewing the docs today. Do you have further reading on the hashes you mentioned? We're using Electron-Builder to package our app. I know |
They linked a short document in the PR which added this fuse originally.
That would be your problem 😅. If you look at the official @electron/asar package, there is a module dedicated to generating these hashes. |
Many thanks for the info @complexspaces! |
Enabling the
EnableEmbeddedAsarIntegrityValidation
fuse leads to our app instantly exiting on macOS. On other platforms though, everything keeps working properly with it enabled.I'm not sure if this means it breaks the macOS build, or if maybe it's not actually applied except on the macOS platform? Any thoughts?
The text was updated successfully, but these errors were encountered: