thombruce / notes-app

📝 In-browser and offline notes app built on Vue.js.
MIT License
0 stars 0 forks source link

Handle Auto-updating #3

Closed thombruce closed 3 years ago

thombruce commented 3 years ago

https://www.electron.build/auto-update

This is different on all platforms, but at a minimum requires code signature validation on MacOS: https://www.electron.build/code-signing

This shouldn't be too hard to figure out, honestly. I've no doubt this is all well-documented... even if I am unfamiliar with code signing for now.

thombruce commented 3 years ago

More about this process...

It requires an Apple Developer account to acquire a code signing cert, the cost of which is... I think £79, annually.

So for the time being, I'm going to put a pin in publishing apps for desktop. Closing this for now.