1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 16:55:24 +03:00

Update NWjs to 0.67.1 and Node to 16.17.0

This commit is contained in:
Mark Haslinghuis 2022-05-21 00:21:15 +02:00
parent 7bc1db46b6
commit c8d0490b2f
3 changed files with 3 additions and 3 deletions

View file

@ -50,7 +50,7 @@ const NODE_ENV = process.env.NODE_ENV || 'production';
const NAME_REGEX = /-/g;
const nwBuilderOptions = {
version: '0.62.0',
version: '0.67.1',
files: `${DIST_DIR}**/*`,
macIcns: './src/images/bf_icon.icns',
macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},