:memo: Mention code signing is required for updates
authorKevin Sawicki <kevin@github.com>
Fri, 25 Jul 2014 16:14:49 +0000 (09:14 -0700)
committerKevin Sawicki <kevin@github.com>
Fri, 25 Jul 2014 16:14:49 +0000 (09:14 -0700)
Refs #512

docs/api/auto-updater.md

index d6437e8..1bd79d5 100644 (file)
@@ -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