Skip to content

Commit 56216b8

Browse files
committed
Update NWjs to 0.66.1 and Node to 16.16.0
1 parent f85a5e7 commit 56216b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.15.0
1+
16.16.0

gulpfile.js

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

5252
const nwBuilderOptions = {
53-
version: '0.62.0',
53+
version: '0.66.1',
5454
files: `${DIST_DIR}**/*`,
5555
macIcns: './src/images/bf_icon.icns',
5656
macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},

0 commit comments

Comments
 (0)