1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-14 20:10:13 +03:00

Fix-freezing

Bump ubuntu version in workflow
This commit is contained in:
Mark Haslinghuis 2022-05-03 02:52:44 +02:00
parent af0f2aa444
commit 2cb90b13a3
9 changed files with 13 additions and 9 deletions

View file

@ -48,7 +48,7 @@ const NODE_ENV = process.env.NODE_ENV || 'production';
const NAME_REGEX = /-/g;
const nwBuilderOptions = {
version: os.platform() === 'linux' ? '0.54.1' : '0.60.0', // linux has a bug with moving OSD elements
version: '0.62.0',
files: `${DIST_DIR}**/*`,
macIcns: './src/images/bf_icon.icns',
macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},