From 9ee063ca14ce62955bf90ab0c9f6edb7ad4c86c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Mon, 31 Aug 2015 00:07:36 +0200 Subject: [PATCH] Add section about server implementations --- docs/api/auto-updater.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api/auto-updater.md b/docs/api/auto-updater.md index 4e1dc5e0deb4..3901e1be2062 100644 --- a/docs/api/auto-updater.md +++ b/docs/api/auto-updater.md @@ -98,6 +98,10 @@ appropriate format. `pub_date` (if present) must be formatted according to ISO 8601. +## Update server implementations + +[Nuts](https://github.com/GitbookIO/nuts) is an open source implementation of the update server described above, it integrates beautifully with GitHub releases. Nuts manages downloads and updates, it’s compatible with `Squirrel.Mac` and `Squirrel.Windows` so you get cross-platform support out of the box. + ## Events The `autoUpdater` object emits the following events: