From 4fd4cba3e345d7d665f72c0193812a2b2ee25117 Mon Sep 17 00:00:00 2001 From: Matt Haggard Date: Tue, 7 Feb 2017 15:27:57 -0700 Subject: [PATCH] Note that it costs money to have auto-updates --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dd49192..adabc72 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +**NOTE:** This isn't complete because you have to sign your code to get auto-updating to work, and signing your code on macOS costs money. + This repo contains the bare minimum code to have an auto-updating Electron app using [`electron-updater`](https://github.com/electron-userland/electron-builder/tree/master/packages/electron-updater) with releases stored on GitHub. **NOTE:** If you want to run through this whole process, you will need to fork this repo on GitHub and replace all instances of `iffy` with your GitHub username before doing the following steps.