Skip to content

Commit

Permalink
Bump NWjs and ffmpeg libraries to 0.67.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Sep 3, 2022
1 parent b532dab commit 14f8bb9
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 @@ -26,7 +26,7 @@ const RELEASE_DIR = './release/';
const LINUX_INSTALL_DIR = '/opt/betaflight';

var nwBuilderOptions = {
version: '0.62.2',
version: '0.67.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.62.2
Current version: 0.66.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 14f8bb9

Please sign in to comment.