jgrenon / angular-desktop-app

This is a simple application skeleton to create desktop application using AngularJS. This application is using node-webkit as our desktop host, bower to install client-side libraries as well as normal npm modules as supported by node-webkit.
MIT License
237 stars 57 forks source link

NodeWebkit v0.11.6 #18

Open daaru00 opened 9 years ago

daaru00 commented 9 years ago

I tried to use a newest version of node-webkit changing Gruntfile.js file line "var nwVer = '0.11.6'; //0.9.2" but application wont start. I'm on linux x64 OS and i resolved this issue with a workaround, copy the file icudtl.dat from "/cache/linux64/0.11.6" to "/releases/MyAppName/linux64/MyAppName".

Maybe all files will not copy during grunt task.