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

fix: Folder's named "constructor" not being included in asar #8286

Closed beyondkmp closed 2 days ago

beyondkmp commented 4 days ago

fix https://github.com/electron-userland/electron-builder/issues/8284

Refers to https://github.com/electron/asar/pull/253

changeset-bot[bot] commented 4 days ago

🦋 Changeset detected

Latest commit: 1178ba0b0d163d9c94affed3cc08778797fc0313

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages | Name | Type | | --------------------------------- | ----- | | app-builder-lib | Patch | | dmg-builder | Patch | | electron-builder-squirrel-windows | Patch | | electron-builder | Patch | | electron-forge-maker-appimage | Patch | | electron-forge-maker-nsis-web | Patch | | electron-forge-maker-nsis | Patch | | electron-forge-maker-snap | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

netlify[bot] commented 4 days ago

Deploy Preview for car-park-attendant-cleat-11576 ready!

Name Link
Latest commit 1178ba0b0d163d9c94affed3cc08778797fc0313
Latest deploy log https://app.netlify.com/sites/car-park-attendant-cleat-11576/deploys/6680d689fd9f600008176311
Deploy Preview https://deploy-preview-8286--car-park-attendant-cleat-11576.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

beyondkmp commented 3 days ago

I've verified it locally, and it's working fine.

image