Skip to content

Commit 574cb42

Browse files
authored
Merge pull request #523 from haslinghuis/update_nwjs
Bump NWjs to 0.54.1
2 parents 89f7692 + 240ea67 commit 574cb42

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

gulpfile.js

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

3030
var nwBuilderOptions = {
31-
version: '0.54.0',
31+
version: '0.54.1',
3232
files: './dist/**/*',
3333
macIcns: './images/bf_icon.icns',
3434
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.54.0 (0.52.2 for linux)
5+
Current version: 0.55.0
66

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

library/linux32/libffmpeg.so

-2.21 MB
Binary file not shown.

library/linux64/libffmpeg.so

-138 KB
Binary file not shown.

library/osx64/libffmpeg.dylib

-16 KB
Binary file not shown.

library/win32/ffmpeg.dll

-102 KB
Binary file not shown.

library/win64/ffmpeg.dll

-263 KB
Binary file not shown.

0 commit comments

Comments
 (0)