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:
authorhaslinghuis <mark@numloq.nl>2022-08-21 01:31:00 +0300
committerGitHub <noreply@github.com>2022-08-21 01:31:00 +0300
commit55d4506da1a08d191e9baee55e06b61e310ec5f2 (patch)
treed64e721694926e512ce28dbe0c57e546b4eb58f8 /gulpfile.js
parentccc140acd2c8896ad8bdf58310f796fb0882cce5 (diff)
parentc8d0490b2ffa66615ea37da0e9a7282af8d01077 (diff)
Merge pull request #2930 from haslinghuis/update_nwjs
Update NWjs to 0.67.1 and Node to 16.17.0 LTS
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 b63d5ff4..00d02652 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -50,7 +50,7 @@ const NODE_ENV = process.env.NODE_ENV || 'production';
const NAME_REGEX = /-/g;
const nwBuilderOptions = {
- version: '0.62.0',
+ version: '0.67.1',
files: `${DIST_DIR}**/*`,
macIcns: './src/images/bf_icon.icns',
macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},