1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

Update version of nw.js (#1794)

Update version of nw.js
This commit is contained in:
Michael Keller 2019-11-04 09:08:33 +13:00 committed by GitHub
commit 3843b4250b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ const LINUX_INSTALL_DIR = '/opt/betaflight';
var gitChangeSetId;
var nwBuilderOptions = {
version: '0.41.3',
version: '0.42.2',
files: './dist/**/*',
macIcns: './src/images/bf_icon.icns',
macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},