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:
parent
ca64a8f684
commit
c6132b6a0d
3 changed files with 37 additions and 37 deletions
|
@ -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'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue