trodi / electron-splashscreen

Simple splashscreen for electron applications.
MIT License
170 stars 29 forks source link

Minimum Electron version support for Apple Silicon #29

Closed Braymatter closed 8 months ago

Braymatter commented 8 months ago

Addresses this error for NPM install:

npm ERR! npm ERR! Error: Failed to find Electron v6.1.7 for darwin-arm64 at https://github.com/electron/electron/releases/download/v6.1.7/electron-v6.1.7-darwin-arm64.zip

Apple Silicon has a minimum electron version

trodi commented 8 months ago

Thanks for the contribution @Braymatter !

In order to develop for this project on Apple Silicon, yes, Electron version 11+ is required (link to blog announcement). Note that nothing in the project requires v11, so no updated release of the package is necessary. The package will run on whichever version the host electron app bundles, though that must be v11+ if they want to target Apple Silicon.