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:
authormikeller <github@ike.ch>2020-06-21 15:03:47 +0300
committermikeller <github@ike.ch>2020-06-21 15:03:47 +0300
commit19988f93237b7d0a680701588e2c89d3c12da69f (patch)
tree483225a9d375a987415a0d5718d1efefd2a1c6c8 /gulpfile.js
parent6494eb0e7187205f279cdda23c478b163beb9a06 (diff)
Updated NW.js to 44.6.
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 212d5378..71b081d6 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -39,7 +39,7 @@ const LINUX_INSTALL_DIR = '/opt/betaflight';
var gitChangeSetId;
var nwBuilderOptions = {
- version: '0.44.2',
+ version: '0.44.6',
files: './dist/**/*',
macIcns: './src/images/bf_icon.icns',
macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},