You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the record, this is not something we are doing (and the behavior would be the same with stock Electron).
If you download the Electron zip with something like Safari on macOS it will add the quarantine tag to the zip. If you then extract the archive in the Finder it will propagate to Electron.app as well, yielding the behavior you are seeing. This is not typically how Electron should be used though, since it is not really a complete application by itself. Using something like npm/yarn to create a build environment for your own application based on Electron will not exhibit this problem.
I understand! It's just the error message that's not very informative. In my case I am using Electron Fiddle which does require the custom app file and exhibit the same issue. Maybe future readers will find this issue.
I downloaded the electron-v23.1.3+wvcus-darwin-arm64.zip file.
But for some reason I cannot open the app:
This appears whenever I try to start
Electron.app
or run it from within Electron Fiddle.My system is a M1 MacBook Pro running macOS 12.6.3.
The text was updated successfully, but these errors were encountered: