Skip to content

Commit

Permalink
docs: update Electron Packager references
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Nov 7, 2023
1 parent 4663859 commit dfa12cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ 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/electron-packager)?
### How can I integrate this into [Electron Packager](https://github.com/electron/packager)?

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

```javascript
import packager from 'electron-packager';
import packager from '@electron/packager';
import rebuild from '@electron/rebuild';

packager({
Expand Down

0 comments on commit dfa12cf

Please sign in to comment.