From 671ddc59488ed016f40afbbcda32954c90b45737 Mon Sep 17 00:00:00 2001 From: umarcor Date: Sat, 28 Dec 2019 04:27:49 +0100 Subject: [PATCH] fix: use nw version 0.21.6 (nwjs/grunt-nw-builder#161) --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index 3a5af8fb..69bacbe5 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -97,7 +97,7 @@ module.exports = function(grunt) { gruntCfg.nwjs = { options: { - version: '0.35.5', + version: '0.21.6', flavor: 'normal', zip: false, buildDir: 'dist/',