Skip to content

Commit

Permalink
Enable fuse EnableEmbeddedAsarIntegrityValidation
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <[email protected]>
  • Loading branch information
t3chguy committed Nov 4, 2024
1 parent 595b7bd commit f193a7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions electron-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ const config: Writable<Configuration> = {

// Mac app crashes on arm for us when `LoadBrowserProcessSpecificV8Snapshot` is enabled
[FuseV1Options.LoadBrowserProcessSpecificV8Snapshot]: false,
// https://github.com/electron/fuses/issues/7
[FuseV1Options.EnableEmbeddedAsarIntegrityValidation]: false,
[FuseV1Options.EnableEmbeddedAsarIntegrityValidation]: true,
});
}
},
Expand Down

0 comments on commit f193a7b

Please sign in to comment.