From 36331034e592f6999147fbcddf98525960862b6e Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Sun, 6 Feb 2022 02:33:11 +0100 Subject: [PATCH] Bump NW.js --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 9da95533..b84018f0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -48,7 +48,7 @@ const NODE_ENV = process.env.NODE_ENV || 'production'; const NAME_REGEX = /-/g; const nwBuilderOptions = { - version: '0.54.1', + version: '0.60.0', files: `${DIST_DIR}**/*`, macIcns: './src/images/bf_icon.icns', macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},