From b7dcb3bf8f89d55443c15694fb7f1fc185fce91c Mon Sep 17 00:00:00 2001 From: David D'hont Date: Sun, 11 May 2014 21:18:44 +0200 Subject: [PATCH] Updated Readme for Windows Former-commit-id: 0be1781078e6ef8b54f32fa585b4e23ba19242f3 [formerly 642637d1328ef9070cda9aae7fda4c1f53c25444] Former-commit-id: ab7570fbfdb52a3481347f55b259b0ca3c2f7e19 --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0d94772..5cdc8df 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,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)