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
When checking for updates on MacOS MyMonero gives the error "Could not get code signature for running application". According to this issue on the electron page this is caused only in MacOS when attempting to update using the autoUpdater function in electron without the application being signed.
Description
When checking for updates on MacOS MyMonero gives the error "Could not get code signature for running application". According to this issue on the electron page this is caused only in MacOS when attempting to update using the
autoUpdater
function in electron without the application being signed.From the Electron Documentation:
http://electron.atom.io/docs/api/auto-updater/#macos
Steps to reproduce
On MacOS only
Expected behavior:
Program should check for an update then download it
Actual behavior:
An error is thrown
The text was updated successfully, but these errors were encountered: