Skip to content

Commit 2a7cc43

Browse files
authored
Merge pull request #2856 from haslinghuis/revert_nwjs_linux
Revert NWjs for Linux only
2 parents 73f3fbb + 11b2526 commit 2a7cc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const NODE_ENV = process.env.NODE_ENV || 'production';
4848
const NAME_REGEX = /-/g;
4949

5050
const nwBuilderOptions = {
51-
version: '0.60.0',
51+
version: os.platform() === 'linux' ? '0.54.1' : '0.60.0', // linux has a bug with moving OSD elements
5252
files: `${DIST_DIR}**/*`,
5353
macIcns: './src/images/bf_icon.icns',
5454
macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},

0 commit comments

Comments
 (0)