electron-userland / electron-builder

A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
https://www.electron.build
MIT License
13.46k stars 1.71k forks source link

Error: Could not get Code signature for running application while doing autoupdate on macOS #8265

Closed SoplicaIndustries closed 2 weeks ago

SoplicaIndustries commented 2 weeks ago

Hello, I've codesigned my app (MacOS) using Electron builder and verified that it was signed properly through codesign -dvv command. App Works fine when i install it from dmg file, but when I use auto-updater feature it throws Error: Could not get Code signature for running application after downloading the update. What may be the cause of that?