Skip to content
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 .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.15.0
v16.15.1
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.60.0',
version: '0.62.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.60.0
Current version: 0.62.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.