1
0
Fork 0

Updated Readme for Windows

Former-commit-id: 3c92ffc5ee030a4d2772707e38747970a945325c [formerly a06a1a9635fc78fa8954aae425dcc25b1a96be66]
Former-commit-id: ed75170d052dc8c671fe24e0103ce7ce15f4ab80
pull/17/head
David D'hont 2014-05-11 21:18:44 +02:00 committed by Ambrose Chua
parent 57cb21043c
commit 0929dd28e0
1 changed files with 2 additions and 7 deletions

View File

@ -29,13 +29,8 @@ Problem is, node-webkit updates will have to be replaced on your own. [Download
### Packaging for Windows
Follow the [guide](https://github.com/rogerwang/node-webkit/wiki/How-to-package-and-distribute-your-apps#wiki-windows-1) on node-webkit wiki, or just read this:
1. zip up the **contents** of the app.nw folder (don't be lazy and zip up the app.nw folder). Rename the zip to app.nw
2. [Download](https://github.com/rogerwang/node-webkit/#downloads) node-webkit windows and rename folder to "node-webkit".
3. Put the app.nw file into that folder.
4. Run pack-Youpp.bat in the parent folder of node-webkit.
5. zip up the new Youpp folder.
1. Run **build.bat**
2. Enjoy your new build in the **/release** folder
6. share your build.
### [Packaging for Linux](https://github.com/rogerwang/node-webkit/wiki/How-to-package-and-distribute-your-apps#wiki-linux)