Skip to content

Commit

Permalink
docs: update Electron Packager links
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Aug 9, 2021
1 parent 818d98f commit 28642ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ Copyright 2016

This package is automatically used with Electron Forge when packaging an Electron app.

### How can I integrate this into [Electron Packager](https://github.com/electron-userland/electron-packager)?
### How can I integrate this into [Electron Packager](https://github.com/electron/electron-packager)?

electron-rebuild provides a function compatible with the [`afterCopy` hook](https://github.com/electron-userland/electron-packager/blob/master/docs/api.md#aftercopy)
electron-rebuild provides a function compatible with the [`afterCopy` hook](https://electron.github.io/electron-packager/main/interfaces/electronpackager.options.html#aftercopy)
for Electron Packager. For example:

```javascript
Expand Down

0 comments on commit 28642ec

Please sign in to comment.