We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73f3fbb + 11b2526 commit 2a7cc43Copy full SHA for 2a7cc43
gulpfile.js
@@ -48,7 +48,7 @@ const NODE_ENV = process.env.NODE_ENV || 'production';
48
const NAME_REGEX = /-/g;
49
50
const nwBuilderOptions = {
51
- version: '0.60.0',
+ version: os.platform() === 'linux' ? '0.54.1' : '0.60.0', // linux has a bug with moving OSD elements
52
files: `${DIST_DIR}**/*`,
53
macIcns: './src/images/bf_icon.icns',
54
macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},
0 commit comments