We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6f920 commit c81e543Copy full SHA for c81e543
gulpfile.js
@@ -28,7 +28,7 @@ const RELEASE_DIR = './release/';
28
const LINUX_INSTALL_DIR = '/opt/betaflight';
29
30
var nwBuilderOptions = {
31
- version: '0.44.2',
+ version: '0.44.6',
32
files: './dist/**/*',
33
macIcns: './images/bf_icon.icns',
34
macPlist: { 'CFBundleDisplayName': 'Betaflight Blackbox Explorer'},
library/Readme.md
@@ -2,6 +2,6 @@
2
3
### ffmpeg
4
5
-Current version: 0.31.5
+Current version: 0.44.6
6
7
Updating: Download prebuilt libraries from https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases.
0 commit comments