electron-userland / electron-builder

A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
https://www.electron.build
MIT License
13.46k stars 1.71k forks source link

25.0.0-alpha.9 bundles @electron/remote wrongly into Windows app.asar #8252

Closed pbi-qfs closed 1 week ago

pbi-qfs commented 3 weeks ago

The javascript files of @electron/remote are all placed into app.asar/node_modules/@electron, without any inner directory structure, so the internal relative requires fail.

mmaietta commented 3 weeks ago

@beyondkmp can you take a look at this? I believe it's due to the new app-builder-bin alpha changes

beyondkmp commented 3 weeks ago

Okay, I'll try to reproduce it first.