1
0
Fork 0
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:
Mark Haslinghuis 2023-08-01 20:16:56 +02:00 committed by GitHub
parent 507bf8f6b0
commit 4f15d4c281
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'},