Tweak copying ffmpeg
This commit is contained in:
parent
2af279b2a9
commit
cf63494a5d
@ -41,12 +41,16 @@ jobs:
|
||||
cp ./OF\ DL/rules.json outwin/
|
||||
chmod +x ./outlin/OF\ DL
|
||||
cd outwin
|
||||
../outlin/OF\ DL --non-interactive || true
|
||||
|
||||
# Run Linux version non-interactively, with timeout to prevent hanging
|
||||
timeout 30s ../outlin/OF\ DL --non-interactive || true
|
||||
|
||||
mkdir -p cdm/devices/chrome_1610
|
||||
wget https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip
|
||||
unzip ffmpeg-release-essentials.zip ffmpeg\*/bin/ffmpeg.exe ffmpeg\*/LICENSE
|
||||
unzip ffmpeg-release-essentials.zip
|
||||
mv ffmpeg*/bin/ffmpeg.exe .
|
||||
mv ffmpeg*/LICENSE LICENSE.ffmpeg
|
||||
|
||||
zip ../OFDLV${{ steps.version.outputs.version }}.zip OF\ DL.exe e_sqlite3.dll rules.json config.conf cdm ffmpeg.exe LICENSE.ffmpeg
|
||||
cd ..
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user