From bae77298aa6c2b6870161dcbe43358f44cec53f9 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 e94f1c74..4105714e 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -97,7 +97,7 @@ gruntCfg.nwjs = { options: { - version: '0.35.5', + version: '0.21.6', flavor: 'normal', zip: false, buildDir: 'dist/',