nw.exe with package.nw returns...nothing

8 views
Skip to first unread message

Ed Thompson

unread,
Dec 20, 2013, 9:54:58 AM12/20/13
to node-...@googlegroups.com
When I execute nw.exe in Win7 nothing happens (blank line in command window).  with no feedback I don't no where to begin.  This is my first time packaging an app.

I have the following in a directory:

 nw.exe
 package.json
 nw.pak
 libGLESv2.dll
 libEGL.dll
 icudt.dll
 package.nw

package.nw is a packaged app , at the root of which are:

index.html
package.json

package.json:

{
    "name": "Evidentia",
    "main": "index.html",
    "description": "Evidence management software for your genealogy research",
    "version": "2.0.0",
    "window": {
        "title": "Evidentia",
        "icon": "img/Evidentia128x128.png",
        "toolbar": true,
        "frame": true,
        "width": 1100,
        "height": 650,
        "show": false
    }
}





Ed Thompson

unread,
Dec 20, 2013, 9:57:19 AM12/20/13
to node-...@googlegroups.com
I should add - running 0.8.2

LZAntal

unread,
Dec 20, 2013, 1:05:38 PM12/20/13
to node-...@googlegroups.com
Hi,

Set "show" to true in your package.json


Laszlo







--
You received this message because you are subscribed to the Google Groups "node-webkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-webkit...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply all
Reply to author
Forward
0 new messages