Skip to content

Commit 78dda78

Browse files
committed
Bump NW.js and ffpmeg to 0.62.2 and Node to 16.15.1
1 parent 95a0018 commit 78dda78

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.15.0
1+
v16.15.1

azure-pipelines.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ stages:
5050
steps:
5151
- task: NodeTool@0
5252
inputs:
53-
versionSpec: '16.15.0'
54-
displayName: 'Install Node.js 16.15.0'
53+
versionSpec: '16.15.1'
54+
displayName: 'Install Node.js 16.15.1'
5555
- script: yarn install --ignore-optional
5656
displayName: 'Run yarn install'
5757
- script: yarn gulp release --win64
@@ -73,8 +73,8 @@ stages:
7373
steps:
7474
- task: NodeTool@0
7575
inputs:
76-
versionSpec: '16.15.0'
77-
displayName: 'Install Node.js 16.15.0'
76+
versionSpec: '16.15.1'
77+
displayName: 'Install Node.js 16.15.1'
7878
- script: npm install -g gulp
7979
displayName: 'Install Gulp'
8080
- script: yarn install
@@ -98,8 +98,8 @@ stages:
9898
steps:
9999
- task: NodeTool@0
100100
inputs:
101-
versionSpec: '16.15.0'
102-
displayName: 'Install Node.js 16.15.0'
101+
versionSpec: '16.15.1'
102+
displayName: 'Install Node.js 16.15.1'
103103
- script: yarn install --ignore-optional
104104
displayName: 'Run yarn install'
105105
- script: yarn gulp release --linux64

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const RELEASE_DIR = './release/';
2626
const LINUX_INSTALL_DIR = '/opt/betaflight';
2727

2828
var nwBuilderOptions = {
29-
version: '0.60.0',
29+
version: '0.62.2',
3030
files: './dist/**/*',
3131
macIcns: './images/bf_icon.icns',
3232
macPlist: { 'CFBundleDisplayName': 'Betaflight Blackbox Explorer'},

library/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
### ffmpeg
44

5-
Current version: 0.60.0
5+
Current version: 0.62.2
66

77
Updating: Download prebuilt libraries from https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases.

library/linux32/libffmpeg.so

-166 KB
Binary file not shown.

library/linux64/libffmpeg.so

-268 KB
Binary file not shown.

library/osx64/libffmpeg.dylib

-264 KB
Binary file not shown.

library/win32/ffmpeg.dll

-11 KB
Binary file not shown.

library/win64/ffmpeg.dll

-11 KB
Binary file not shown.

0 commit comments

Comments
 (0)