mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 08:45:28 +03:00
Fix missing icon and false positive found (virustotal) (#3534)
Revert NWjs update
This commit is contained in:
parent
507bf8f6b0
commit
4f15d4c281
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ const NODE_ENV = process.env.NODE_ENV || 'production';
|
|||
const NAME_REGEX = /-/g;
|
||||
|
||||
const nwBuilderOptions = {
|
||||
version: '0.77.0',
|
||||
version: '0.72.0',
|
||||
files: `${DIST_DIR}**/*`,
|
||||
macIcns: './src/images/bf_icon.icns',
|
||||
macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue