docs: update references to Electron Packager (#40480)
This commit is contained in:
parent
d504d150ef
commit
2677f36db1
11 changed files with 23 additions and 23 deletions
|
@ -159,7 +159,7 @@ shows the bare minimum needed to add the configuration changes)_:
|
|||
}
|
||||
```
|
||||
|
||||
#### [Electron Packager](https://github.com/electron/electron-packager)
|
||||
#### [Electron Packager](https://github.com/electron/packager)
|
||||
|
||||
For macOS support:
|
||||
|
||||
|
@ -168,7 +168,7 @@ Electron Forge is handled, except
|
|||
`protocols` is part of the Packager options passed to the `packager` function.
|
||||
|
||||
```javascript @ts-nocheck
|
||||
const packager = require('electron-packager')
|
||||
const packager = require('@electron/packager')
|
||||
|
||||
packager({
|
||||
// ...other options...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue