Merge pull request #2348 from TheIsotopes/bump_nwjs_version

bump nw.js to version 0.50.2
10.8-maintenance
Michael Keller 2020-12-26 02:51:31 +01:00 committed by GitHub
commit 9eaf5a62f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ const NODE_ENV = process.env.NODE_ENV || 'production';
let gitChangeSetId;
const nwBuilderOptions = {
version: '0.47.0',
version: '0.50.2',
files: `${DIST_DIR}**/*`,
macIcns: './src/images/bf_icon.icns',
macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},