File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,12 @@ jobs:
3636 run : |
3737 sudo snap install snapcraft --classic
3838 wget "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/ffmpeg_linux_amd64.tar.xz"
39- wget "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/deno_linux_amd64 " -O deno
40- chmod +x deno
39+ wget "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/node_linux_amd64 " -O node
40+ chmod +x node
4141 tar -xf ffmpeg_linux_amd64.tar.xz
4242 mv ffmpeg_linux_amd64 ffmpeg
4343 chmod +x ffmpeg/bin/ffmpeg
4444 chmod +x ffmpeg/bin/ffprobe
45- chmod +x ffmpeg/bin/ffplay
4645 rm ffmpeg_linux_amd64.tar.xz
4746 npm i
4847 npx electron-builder -l --publish=always
7473 if : matrix.os == 'windows-latest'
7574 shell : powershell
7675 run : |
77- Invoke-WebRequest -Uri "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/deno .exe" -OutFile deno .exe
76+ Invoke-WebRequest -Uri "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/node .exe" -OutFile node .exe
7877 Invoke-WebRequest -Uri "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/ffmpeg_win64.zip" -OutFile ffmpeg_win64.zip
7978 Expand-Archive -Path ffmpeg_win64.zip -DestinationPath .
8079 Move-Item -Path .\ffmpeg_win64 -Destination .\ffmpeg
You can’t perform that action at this time.
0 commit comments