projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e11c8a0
)
:memo: Mention code signing is required for updates
author
Kevin Sawicki
<kevin@github.com>
Fri, 25 Jul 2014 16:14:49 +0000
(09:14 -0700)
committer
Kevin Sawicki
<kevin@github.com>
Fri, 25 Jul 2014 16:14:49 +0000
(09:14 -0700)
Refs #512
docs/api/auto-updater.md
patch
|
blob
|
history
diff --git
a/docs/api/auto-updater.md
b/docs/api/auto-updater.md
index
d6437e8
..
1bd79d5
100644
(file)
--- 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