mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
Update NW.js to 0.72.0 (#3334)
This commit is contained in:
parent
fe978b9a44
commit
e0b44c0709
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ const NODE_ENV = process.env.NODE_ENV || 'production';
|
|||
const NAME_REGEX = /-/g;
|
||||
|
||||
const nwBuilderOptions = {
|
||||
version: '0.67.1',
|
||||
version: '0.72.0',
|
||||
files: `${DIST_DIR}**/*`,
|
||||
macIcns: './src/images/bf_icon.icns',
|
||||
macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue