chore: update nwjs to 0.18.8

This commit is contained in:
Julian Descottes 2016-11-27 12:07:25 +01:00
parent c5c336e12c
commit 5e3bb9d79c

View File

@ -285,7 +285,7 @@ module.exports = function(grunt) {
nwjs: {
windows : {
options: {
version : "0.15.4",
version : "0.18.8",
build_dir: './dest/desktop/', // destination folder of releases.
win: true,
linux32: true,
@ -296,7 +296,7 @@ module.exports = function(grunt) {
macos : {
options: {
osx64: true,
version : "0.15.4",
version : "0.18.8",
build_dir: './dest/desktop/'
},
src: ['./dest/prod/**/*', "./package.json", "!./dest/desktop/"]