Revert "Update electron to 30.0.0"

This commit is contained in:
Fedor Indutny 2024-04-19 00:20:52 +02:00 committed by GitHub
parent e5aef6ad44
commit 6a3438f5a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 16 additions and 23 deletions

View file

@ -44,8 +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
[FuseV1Options.EnableEmbeddedAsarIntegrityValidation]:
electronPlatformName === 'darwin',
[FuseV1Options.EnableEmbeddedAsarIntegrityValidation]: true,
// Enforces that Electron will only load your app from "app.asar" instead of
// its normal search paths
[FuseV1Options.OnlyLoadAppFromAsar]: true,