Skip to content

Commit 7942976

Browse files
committed
Bump NW.js and ffpmeg to 0.65.1 and Node to 18.3.0
1 parent 95a0018 commit 7942976

File tree

9 files changed

+4
-4
lines changed

9 files changed

+4
-4
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.15.0
1+
v18.3.0

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const RELEASE_DIR = './release/';
2626
const LINUX_INSTALL_DIR = '/opt/betaflight';
2727

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

library/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
### ffmpeg
44

5-
Current version: 0.60.0
5+
Current version: 0.65.1
66

77
Updating: Download prebuilt libraries from https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases.

library/linux32/libffmpeg.so

3.75 MB
Binary file not shown.

library/linux64/libffmpeg.so

417 KB
Binary file not shown.

library/osx64/libffmpeg.dylib

-272 KB
Binary file not shown.

library/win32/ffmpeg.dll

-1 KB
Binary file not shown.

library/win64/ffmpeg.dll

63.5 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
"**/**/lodash.template": "^4.5.0"
5555
},
5656
"engines": {
57-
"node": "16.x"
57+
"node": "18.x"
5858
}
5959
}

0 commit comments

Comments
 (0)