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:
parent
af0f2aa444
commit
2cb90b13a3
9 changed files with 13 additions and 9 deletions
|
@ -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'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue