Scille / parsec-cloud

Open source Dropbox-like file sharing with full client encryption !
https://parsec.cloud
Other
269 stars 40 forks source link

Npm package `electron-osx-sign` is deprecated use `@electron/osx-sign` #3734

Open FirelightFlagboy opened 1 year ago

ADcorpo commented 1 year ago

This is the same type of problem as #3735:

└─┬ electron-builder@23.6.0
  └─┬ app-builder-lib@23.6.0
    └── electron-osx-sign@0.6.0

We can't override electron-osx-sign to a newer version (the package name changed and there are API changes), and electron-builder is already at the latest version. This issue will have to remain open until then.

FirelightFlagboy commented 1 year ago

related electron-userland/electron-builder#7317