Squirrel.Mac is open sourced.
authorCheng Zhao <zcbenz@gmail.com>
Tue, 6 May 2014 03:22:03 +0000 (11:22 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Tue, 6 May 2014 03:22:03 +0000 (11:22 +0800)
docs/api/auto-updater.md
docs/development/source-code-directory-structure.md

index eed4690..d6437e8 100644 (file)
@@ -2,9 +2,8 @@
 
 **This module has only been implemented for Mac OS X.**
 
-The `auto-updater` module is a simple wrap around the `Squirrel` framework, the
-`Squirrel` framework is not open sourced yet and atom-shell would download the
-binary of `Squirrel` when bootstrapping.
+The `auto-updater` module is a simple wrap around the
+[Squirrel.Mac](https://github.com/Squirrel/Squirrel.Mac) framework.
 
 ## Squirrel
 
index 87f1f5e..44d15b4 100644 (file)
@@ -58,5 +58,5 @@ to understand the source code better.
 * **out** - Temporary output directory of `ninja`.
 * **dist** - Temporary directory created by `script/create-dist.py` script
   when creating an distribution.
-* **frameworks** - Downloaded binaries of third-party frameworks, binaries
-  here are usually either closed source or hard to be built via `gyp`.
+* **frameworks** - Downloaded binaries of third-party frameworks which do not
+  support to be built via `gyp`.