From e0b44c07093ca4b98bac002c75de667b5a8c66a7 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Fri, 10 Feb 2023 12:56:40 +0100 Subject: [PATCH] Update NW.js to 0.72.0 (#3334) --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 1d10f4fd..59a45df2 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -46,7 +46,7 @@ const NODE_ENV = process.env.NODE_ENV || 'production'; const NAME_REGEX = /-/g; const nwBuilderOptions = { - version: '0.67.1', + version: '0.72.0', files: `${DIST_DIR}**/*`, macIcns: './src/images/bf_icon.icns', macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},