From 6cacb9838e13c13ed623eca5dd1d702f8c1131a2 Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Mon, 20 Nov 2017 08:04:14 -0800 Subject: [PATCH] :memo: Document Nucleus --- docs/tutorial/updates.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorial/updates.md b/docs/tutorial/updates.md index a24b1e32f4..623d25b19e 100644 --- a/docs/tutorial/updates.md +++ b/docs/tutorial/updates.md @@ -21,6 +21,7 @@ and can be deployed for free on [Now](https://zeit.co/now). but caches app updates on disk and supports private repositories. - [electron-release-server](https://github.com/ArekSredzki/electron-release-server) – Provides a dashboard for handling releases +- [Nucleus](https://github.com/atlassian/nucleus) - A complete update server for Electron apps maintained by Atlassian. Supports multiple applications and channels; uses a static file store to minify server cost. If your app is packaged with [electron-builder][electron-builder-lib] you can use the [electron-updater] module, which does not require a server and allows for updates