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
}
}