Skip to content

Commit d64d1b7

Browse files
authored
Merge pull request #129 from mikeller/update_nw_builder_version
Updated NW builder version to 0.29.4.
2 parents 7e9fd0a + 41ba2c6 commit d64d1b7

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
@@ -26,7 +26,7 @@ const DEBUG_DIR = './debug/';
2626
const RELEASE_DIR = './release/';
2727

2828
var nwBuilderOptions = {
29-
version: '0.27.4',
29+
version: '0.29.4',
3030
files: './dist/**/*',
3131
macIcns: './images/bf_icon.icns',
3232
macPlist: { 'CFBundleDisplayName': 'Betaflight Blackbox Explorer'},

0 commit comments

Comments
 (0)