electron / universal

Create Universal macOS applications from two x64 and arm64 Electron applications
MIT License
112 stars 43 forks source link

fix: Add "entry-asar/*" to the files section of package.json (fixes #3) #7

Closed NielsLeenheer closed 3 years ago

NielsLeenheer commented 3 years ago

Fixes bug #3 where the whole process failed because it could not find the index.js file in the entry-asar directory. Adding this entry will make sure the files in the entry-asar directory are available when this package is installed using npm.

electron-bot commented 3 years ago

:tada: This PR is included in version 1.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: