docs: update Electron Packager links (#19333)

This commit is contained in:
Mark Lee 2019-07-19 18:52:11 -07:00 committed by Shelley Vohr
parent 1f2f1fb82d
commit 0c0197a0ef
8 changed files with 8 additions and 8 deletions

View file

@ -4,7 +4,7 @@ To distribute your app with Electron, you need to package and rebrand it. The ea
* [electron-forge](https://github.com/electron-userland/electron-forge)
* [electron-builder](https://github.com/electron-userland/electron-builder)
* [electron-packager](https://github.com/electron-userland/electron-packager)
* [electron-packager](https://github.com/electron/electron-packager)
These tools will take care of all the steps you need to take to end up with a distributable Electron applications, such as packaging your application, rebranding the executable, setting the right icons and optionally creating installers.