karaggeorge / electron-builder-notarize

Notarize Electron applications using electron-builder
MIT License
80 stars 20 forks source link

Fails to run when using an alpha version of electron-builder #16

Open WrathofthePast opened 2 years ago

WrathofthePast commented 2 years ago

Running yarn check returns 1 error: error "electron-builder-notarize#electron-builder@>= 20.44.4" doesn't satisfy found match of "electron-builder@23.0.0-alpha.3"

It works for newer versions than v20.44.4, so it only doesn't work for alpha releases.

WrathofthePast commented 2 years ago

The issue was closed on electron-builder's side because v23 became a full release. This issue will still exist for any future alpha versions.