[Request] Support the Electron Fuse: "EnableEmbeddedAsarIntegrityValidation"
See here for more info: https://github.com/electron/fuses/issues/7#issuecomment-1150505740
+1, I think support for electron/fuses would be a great addition.
FYI, there was also a closed https://github.com/electron-userland/electron-builder/issues/6365 issue that request support.
Closing this one and reopening the other ticket.
@mmaietta all the other fuses can be used without necessitating changes to Electron Builder itself. This one cannot. I think this should remain open because of that distinction.
From https://github.com/electron/fuses/issues/7#issuecomment-1150505740:
We're using Electron-Builder to package our app.
That would be your problem :sweat_smile:. If you look at the official @electron/asar package, there is a module dedicated to generating these hashes. electron-builder, however, rolled their own ASAR creation code which doesn't have support for creating these hashes.
Would love to see this on electron-builder, Electron@30 added support for Windows machines as well.
Is this currently on the roadmap? Given added support for Windows its kinda a big feature.