From ad3eac2e3818ca6885820567bc741b8962a77b1a Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 25 Jul 2014 09:14:49 -0700 Subject: [PATCH] :memo: Mention code signing is required for updates Refs #512 --- docs/api/auto-updater.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api/auto-updater.md b/docs/api/auto-updater.md index d6437e899be2..1bd79d565876 100644 --- a/docs/api/auto-updater.md +++ b/docs/api/auto-updater.md @@ -5,6 +5,10 @@ The `auto-updater` module is a simple wrap around the [Squirrel.Mac](https://github.com/Squirrel/Squirrel.Mac) framework. +Squirrel.Mac requires that your `.app` folder is signed using the +[codesign](https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/codesign.1.html) +utility for updates to be installed. + ## Squirrel Squirrel is an OS X framework focused on making application updates **as safe