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

Updated versions of NW and other libraries.

This commit is contained in:
mikeller 2018-12-25 15:37:15 +13:00
parent d6cdba8d91
commit 171538f66e
3 changed files with 347 additions and 386 deletions

View file

@ -30,7 +30,7 @@ const DEBUG_DIR = './debug/';
const RELEASE_DIR = './release/';
var nwBuilderOptions = {
version: '0.32.2',
version: '0.35.3',
files: './dist/**/*',
macIcns: './src/images/bf_icon.icns',
macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},