Skip to content

Commit

Permalink
docs: remove reference to electron-updater (#22641)
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Mar 11, 2020
1 parent b724fbc commit c4c0888
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/tutorial/updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ If you need to customize your configuration, you can
or
[use the update service directly][update.electronjs.org].

## Using `electron-builder`

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
from S3, GitHub or any other static file host. This sidesteps Electron's built-in
update mechanism, meaning that the rest of this documentation will not apply to
`electron-builder`'s updater.

## Deploying an Update Server

If you're developing a private Electron application, or if you're not
Expand Down Expand Up @@ -140,8 +132,6 @@ autoUpdater.on('error', message => {
})
```

[electron-builder-lib]: https://github.com/electron-userland/electron-builder
[electron-updater]: https://www.electron.build/auto-update
[now]: https://zeit.co/now
[hazel]: https://github.com/zeit/hazel
[nuts]: https://github.com/GitbookIO/nuts
Expand Down

0 comments on commit c4c0888

Please sign in to comment.