Revert NWjs for Linux only

10.8-maintenance
Mark Haslinghuis 2022-03-14 19:15:39 +01:00
parent 4fe2d9382c
commit 11b2526ccb
1 changed files with 1 additions and 1 deletions

View File

@ -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.60.0', version: os.platform() === 'linux' ? '0.54.1' : '0.60.0', // linux has a bug with moving OSD elements
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'},