From 59991f2fd81c2b3277923bad17693eef7471b790 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 6 Apr 2016 17:40:07 -0700 Subject: [PATCH] Mention codesigning is required on OS X --- docs/api/auto-updater.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api/auto-updater.md b/docs/api/auto-updater.md index 58584d738000..8dd6d2412a4a 100644 --- a/docs/api/auto-updater.md +++ b/docs/api/auto-updater.md @@ -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 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 On Windows, you have to install your app into a user's machine before you can