Update nw.js to version 0.28.3

10.3.x-maintenance
Miguel Angel Mulero Martinez 2018-02-05 15:24:59 +01:00
parent 3ed856814e
commit e8de9bebd7
1 changed files with 1 additions and 1 deletions

View File

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