diff --git a/docs/tutorial/updates.md b/docs/tutorial/updates.md index eafbea97ce78..6c8e6741be95 100644 --- a/docs/tutorial/updates.md +++ b/docs/tutorial/updates.md @@ -132,6 +132,10 @@ autoUpdater.on('error', message => { }) ``` +## Handing Updates Manually + +Because the requests made by Auto Update aren't under your direct control, you may find situations that are difficult to handle (such as if the update server is behind authentication). The `url` field does support files, which means that with some effort, you can sidestep the server-communication aspect of the process. [Here's an example of how this could work](https://github.com/electron/electron/issues/5020#issuecomment-477636990). + [now]: https://zeit.co/now [hazel]: https://github.com/zeit/hazel [nuts]: https://github.com/GitbookIO/nuts