Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
update electron-updater-endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
benjokoren-ow committed Jul 8, 2024
1 parent 39c3dd0 commit 07c8a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/tools/ow-electron/distribution/_updater.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ However, in order for Electron to be able to automatically update your app, it m
In order to set up the endpoint, simply add the following to your main .js file:

```js title="Setting up ow-electron auto updates"
const { autoUpdater } = require("electron")
const { autoUpdater } = require("electron-updater");
...

autoUpdater.setFeedURL({
Expand Down

0 comments on commit 07c8a23

Please sign in to comment.