From 5e3bb9d79c6e4b338d260b1eb73f1053842cd668 Mon Sep 17 00:00:00 2001 From: Julian Descottes Date: Sun, 27 Nov 2016 12:07:25 +0100 Subject: [PATCH] chore: update nwjs to 0.18.8 --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index dc6683a..10d5fc8 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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/"]