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

Bump NW.js to 59.0

This commit is contained in:
Mark Haslinghuis 2021-12-03 06:02:04 +01:00
parent 1497b544c1
commit 2a4454528e
No known key found for this signature in database
GPG key ID: 198B0F616296A584

View file

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