mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Merge pull request #2716 from Asizon/nwjs_fix
Revert nwjs update to 0.54.1
This commit is contained in:
commit
4f30d1c615
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ const NODE_ENV = process.env.NODE_ENV || 'production';
|
||||||
const NAME_REGEX = /-/g;
|
const NAME_REGEX = /-/g;
|
||||||
|
|
||||||
const nwBuilderOptions = {
|
const nwBuilderOptions = {
|
||||||
version: '0.59.0',
|
version: '0.54.1',
|
||||||
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…
Add table
Add a link
Reference in a new issue