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