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
We've got automated release and build working with semantic-release and electron-builder but at the moment the apps are signed. This doesn't prevent the apps from running, although you'll likely have to go through some faff on OSX to approve it. However it will prevent auto-update stuff from working.
I think we need to sign up for a Mac developer license as well as an iOS developer license in order to create the necessary certificate for OS X.
For Windows I think we just have to purchase a certificate and set it up.
We've got automated release and build working with semantic-release and electron-builder but at the moment the apps are signed. This doesn't prevent the apps from running, although you'll likely have to go through some faff on OSX to approve it. However it will prevent auto-update stuff from working.
I think we need to sign up for a Mac developer license as well as an iOS developer license in order to create the necessary certificate for OS X.
For Windows I think we just have to purchase a certificate and set it up.
Instructions for setting everything up with electron-builder are here: https://www.electron.build/code-signing
The text was updated successfully, but these errors were encountered: