chore: update nwjs to 0.15.4

This commit is contained in:
juliandescottes 2016-07-22 09:20:21 +02:00
parent 872afd17f7
commit f49a9fd588

View File

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