Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Haslinghuis <mark@numloq.nl>2021-08-02 23:58:18 +0300
committerMark Haslinghuis <mark@numloq.nl>2021-08-03 22:59:46 +0300
commita09221f38798bd60ad02575b7b35f38c1f6235fb (patch)
tree70d9b4a647d119fd745f54795fbc12d931883f34 /gulpfile.js
parent2d268ee1155e14de8add332cc10a177f60510f27 (diff)
Bump NWjs to 0.55.0
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 1fb02df5..6fba68ed 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -51,7 +51,7 @@ const NODE_ENV = process.env.NODE_ENV || 'production';
let gitChangeSetId;
const nwBuilderOptions = {
- version: '0.54.0',
+ version: '0.54.1',
files: `${DIST_DIR}**/*`,
macIcns: './src/images/bf_icon.icns',
macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},