From f49a9fd588a639a70139a9cfa929b84926fcc426 Mon Sep 17 00:00:00 2001 From: juliandescottes Date: Fri, 22 Jul 2016 09:20:21 +0200 Subject: [PATCH] chore: update nwjs to 0.15.4 --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index ec465731..ef0f62db 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -292,7 +292,7 @@ module.exports = function(grunt) { nwjs: { windows : { options: { - version : "0.12.3", + version : "0.15.4", build_dir: './dest/desktop/', // destination folder of releases. win: true, linux32: true, @@ -303,7 +303,7 @@ module.exports = function(grunt) { macos : { options: { osx64: true, - version : "0.12.3", + version : "0.15.4", build_dir: './dest/desktop/' }, src: ['./dest/prod/**/*', "./package.json", "!./dest/desktop/"]