Skip to content

Commit

Permalink
docs: update Electron Packager reference (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Nov 8, 2023
1 parent 2da632e commit e177bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ npm install -g @electron/osx-sign
yarn global add @electron/osx-sign
```

*Note: `@electron/osx-sign` is a dependency of [`electron-packager`](https://github.com/electron/electron-packager) as of 6.0.0 for signing apps on macOS. However, feel free to install this package globally for more customization beyond specifying identity and entitlements.*
*Note: `@electron/osx-sign` is a dependency of [`@electron/packager`](https://github.com/electron/packager) as of 6.0.0 for signing apps on macOS. However, feel free to install this package globally for more customization beyond specifying identity and entitlements.*

## Usage

Expand Down

0 comments on commit e177bf8

Please sign in to comment.