Update NW.js to 0.72.0 (#3334)

master
Mark Haslinghuis 2023-02-10 12:56:40 +01:00 committed by GitHub
parent fe978b9a44
commit e0b44c0709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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