Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump nw.js and ffmpeg library to version 0.50.2 #487

Merged
merged 1 commit into from
Dec 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.47.0',
version: '0.50.2',
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.47.0
Current version: 0.50.2

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.