Skip to content

Troubleshooting Electron install packages

Chung Leong edited this page Apr 26, 2024 · 1 revision

Windows install packages die halfway

There appears to be a bug in the Electron Forge 7.4.0 that causes ASAR Integrity check to fail on Windows. If you run into this issue, try downgrading to 7.3.0 or disable integrity validation:

    new FusesPlugin({
      /* ... */
      [FuseV1Options.EnableEmbeddedAsarIntegrityValidation]: false,
    }),