Merge pull request #5063 from electron/mention-codesigning
Mention signing is required on OS X for automatic updates
This commit is contained in:
commit
577480421d
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ On OS X, the `autoUpdater` module is built upon [Squirrel.Mac][squirrel-mac],
|
||||||
meaning you don't need any special setup to make it work. For server-side
|
meaning you don't need any special setup to make it work. For server-side
|
||||||
requirements, you can read [Server Support][server-support].
|
requirements, you can read [Server Support][server-support].
|
||||||
|
|
||||||
|
**Note:** Your application must be signed for automatic updates on Mac OS X.
|
||||||
|
This is a requirement of `Squirrel.Mac`.
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
On Windows, you have to install your app into a user's machine before you can
|
On Windows, you have to install your app into a user's machine before you can
|
||||||
|
|
Loading…
Reference in a new issue