Update electron-builder to 23.0.1

This commit is contained in:
Fedor Indutny 2022-03-03 14:16:44 -08:00 committed by GitHub
parent 0c31ad25ef
commit c87cb59676
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 142 additions and 689 deletions

View file

@ -44,9 +44,7 @@ export async function afterPack({
// Disables the --inspect and --inspect-brk family of CLI options
[FuseV1Options.EnableNodeCliInspectArguments]: enableInspectArguments,
// Enables validation of the app.asar archive on macOS
// See https://github.com/electron-userland/electron-builder/issues/6507
// See https://github.com/electron-userland/electron-builder/issues/6506
[FuseV1Options.EnableEmbeddedAsarIntegrityValidation]: false,
[FuseV1Options.EnableEmbeddedAsarIntegrityValidation]: true,
// Enforces that Electron will only load your app from "app.asar" instead of
// it's normall search paths
[FuseV1Options.OnlyLoadAppFromAsar]: true,