From e7a314961b8e46cbe54241e73b4f3983b59aa9f5 Mon Sep 17 00:00:00 2001 From: Asizon <43983086+Asizon@users.noreply.github.com> Date: Sun, 26 Dec 2021 15:08:53 +0100 Subject: [PATCH] revert nwjs update --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 6a405f1d..7d7769a9 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.59.0', + version: '0.54.1', files: `${DIST_DIR}**/*`, macIcns: './src/images/bf_icon.icns', macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},