Bump NW.js to 59.0

10.8-maintenance
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
1 changed files with 1 additions and 1 deletions

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'},