Squirrel.Mac is open sourced.

This commit is contained in:
Cheng Zhao 2014-05-06 11:22:03 +08:00
parent 856bb9060c
commit 5b5651882e
2 changed files with 4 additions and 5 deletions

View file

@ -2,9 +2,8 @@
**This module has only been implemented for Mac OS X.** **This module has only been implemented for Mac OS X.**
The `auto-updater` module is a simple wrap around the `Squirrel` framework, the The `auto-updater` module is a simple wrap around the
`Squirrel` framework is not open sourced yet and atom-shell would download the [Squirrel.Mac](https://github.com/Squirrel/Squirrel.Mac) framework.
binary of `Squirrel` when bootstrapping.
## Squirrel ## Squirrel

View file

@ -58,5 +58,5 @@ to understand the source code better.
* **out** - Temporary output directory of `ninja`. * **out** - Temporary output directory of `ninja`.
* **dist** - Temporary directory created by `script/create-dist.py` script * **dist** - Temporary directory created by `script/create-dist.py` script
when creating an distribution. when creating an distribution.
* **frameworks** - Downloaded binaries of third-party frameworks, binaries * **frameworks** - Downloaded binaries of third-party frameworks which do not
here are usually either closed source or hard to be built via `gyp`. support to be built via `gyp`.