From 109596501cb8958327682bbfcc47d8b5cdcd2299 Mon Sep 17 00:00:00 2001 From: Vladimir Krivosheev Date: Sun, 12 Jun 2016 10:48:50 +0200 Subject: [PATCH] Add info about electron-builder to build windows installer --- docs/api/auto-updater.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/auto-updater.md b/docs/api/auto-updater.md index a2eec31ecbf1..08fef1acdccf 100644 --- a/docs/api/auto-updater.md +++ b/docs/api/auto-updater.md @@ -33,8 +33,7 @@ This is a requirement of `Squirrel.Mac`. On Windows, you have to install your app into a user's machine before you can use the `autoUpdater`, so it is recommended that you use the -[electron-winstaller][installer-lib] module or the [grunt-electron-installer][installer] -package to generate a Windows installer. +[electron-winstaller][installer-lib], [electron-builder][electron-builder-lib] or the [grunt-electron-installer][installer] package to generate a Windows installer. The installer generated with Squirrel will create a shortcut icon with an [Application User Model ID][app-user-model-id] in the format of @@ -116,6 +115,7 @@ should only be called after `update-downloaded` has been emitted. [squirrel-windows]: https://github.com/Squirrel/Squirrel.Windows [installer]: https://github.com/electron/grunt-electron-installer [installer-lib]: https://github.com/electron/windows-installer +[electron-builder-lib]: https://github.com/electron-userland/electron-builder [app-user-model-id]: https://msdn.microsoft.com/en-us/library/windows/desktop/dd378459(v=vs.85).aspx [electron-release-server]: https://github.com/ArekSredzki/electron-release-server [squirrel-updates-server]: https://github.com/Aluxian/squirrel-updates-server