From a9aff2a0f30b1dbdbe80d6c97dd8285ac86ed7ae Mon Sep 17 00:00:00 2001 From: Yuriy Artamonov Date: Sat, 7 Jan 2017 22:45:39 +0400 Subject: [PATCH] Mention electron-packager in README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9b9d0f..a197722 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,14 @@ __Note:__ These steps now are relevant to Windows only. > electron-app-debug.bat -5. Build standalone app: +5. Install electron-packager: + + > npm install electron-packager -g + +6. Build standalone app: > electron-app-package.bat -6. Application will be bundled to `electron-src\electron-vaadin-win32-x64` +7. Application will be bundled to `electron-src\electron-vaadin-win32-x64` ![Demo Image](/docs/app-window.png?raw=true "Application Window") \ No newline at end of file