Update NW.js to 0.72.0 (#3334)
parent
fe978b9a44
commit
e0b44c0709
|
@ -46,7 +46,7 @@ const NODE_ENV = process.env.NODE_ENV || 'production';
|
||||||
const NAME_REGEX = /-/g;
|
const NAME_REGEX = /-/g;
|
||||||
|
|
||||||
const nwBuilderOptions = {
|
const nwBuilderOptions = {
|
||||||
version: '0.67.1',
|
version: '0.72.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'},
|
||||||
|
|
Loading…
Reference in New Issue