1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 22:35:17 +03:00

Updated versions of npm packages and NW builder.

This commit is contained in:
mikeller 2018-06-08 01:33:55 +12:00
parent e3b77bc6c8
commit 17d967c88b
3 changed files with 584 additions and 635 deletions

View file

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