From b97d7224a8d68eee92bb549b79606a6f78ff4073 Mon Sep 17 00:00:00 2001 From: TheIsotopes Date: Sat, 2 Nov 2019 09:06:32 +0100 Subject: [PATCH] Update version of nw.js --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index f5f45c3d..3af47f31 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -39,7 +39,7 @@ const LINUX_INSTALL_DIR = '/opt/betaflight'; var gitChangeSetId; var nwBuilderOptions = { - version: '0.41.3', + version: '0.42.2', files: './dist/**/*', macIcns: './src/images/bf_icon.icns', macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},