Skip to content

Commit

Permalink
Bump NWjs to 0.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Aug 31, 2021
1 parent 9ae0962 commit 240ea67
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const RELEASE_DIR = './release/';
const LINUX_INSTALL_DIR = '/opt/betaflight';

var nwBuilderOptions = {
version: '0.54.0',
version: '0.54.1',
files: './dist/**/*',
macIcns: './images/bf_icon.icns',
macPlist: { 'CFBundleDisplayName': 'Betaflight Blackbox Explorer'},
Expand Down
2 changes: 1 addition & 1 deletion library/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

### ffmpeg

Current version: 0.54.0 (0.52.2 for linux)
Current version: 0.55.0

Updating: Download prebuilt libraries from https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases.
Binary file modified library/linux32/libffmpeg.so
Binary file not shown.
Binary file modified library/linux64/libffmpeg.so
Binary file not shown.
Binary file modified library/osx64/libffmpeg.dylib
Binary file not shown.
Binary file modified library/win32/ffmpeg.dll
Binary file not shown.
Binary file modified library/win64/ffmpeg.dll
Binary file not shown.

0 comments on commit 240ea67

Please sign in to comment.