From e5abdca1c8c1391f6c6e4acd8f9616ff055897e1 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 9a1af0337..de43d4d6d 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -103,7 +103,7 @@ gruntCfg.nwjs = { options: { - version: '0.35.5', + version: '0.21.6', flavor: 'normal', zip: false, buildDir: 'dist/',