Fix builder for non-osx system

This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-28 12:14:04 -03:00
commit 56699a20fc
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 5 additions and 667 deletions

View file

@ -7,11 +7,8 @@ NW.js (also know as node-webkit) is an app runtime based on `Chromium` and `node
**Requirements**
- Install NW.js in your system from [nw.js](http://nwjs.io/)
- To build Windows version: `brew install wine`
**Builder**
- Try `grunt desktop` (*)
> (*) Sometimes you can get an gc error (in OSX). Just ignore it and try again.