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

Auto merged - #2507 at Mon, 21 Jun 2021 20:25:17 GMT

Updated NW.js to 0.54.0.
This commit is contained in:
J Blackman 2021-06-22 06:25:17 +10:00 committed by GitHub
commit dd54f3f571
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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