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

Fixed flashing on MacOS by updating NW.js.

This commit is contained in:
mikeller 2019-04-12 09:44:05 +12:00 committed by Michael Keller
parent ca64a8f684
commit c6132b6a0d
3 changed files with 37 additions and 37 deletions

View file

@ -32,7 +32,7 @@ const RELEASE_DIR = './release/';
const LINUX_INSTALL_DIR = '/opt/betaflight';
var nwBuilderOptions = {
version: '0.35.3',
version: '0.36.4',
files: './dist/**/*',
macIcns: './src/images/bf_icon.icns',
macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},