mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-28 01:52:27 -04:00
Pushing ffmpeg's lib with the distribution on windows
This commit is contained in:
@@ -35,7 +35,6 @@ jobs:
|
||||
run: |
|
||||
if [[ "${{runner.os}}" == "Windows" ]]; then
|
||||
choco install ffmpeg-shared
|
||||
ls -Rl "/C/Program Files/FFmpeg"
|
||||
elif [[ "${{runner.os}}" == "macOS" ]]; then
|
||||
brew install ffmpeg
|
||||
else
|
||||
@@ -57,7 +56,9 @@ jobs:
|
||||
run: |
|
||||
assets=kyoo_${{matrix.artifact}}
|
||||
if [[ "${{runner.os}}" == "Windows" ]]; then
|
||||
cd dist && 7z a "../$assets.zip"
|
||||
cd dist
|
||||
cp "/C/Program Files/FFmpeg/lib/*" .
|
||||
7z a "../$assets.zip"
|
||||
else
|
||||
rootgrp=$([ "${{runner.os}}" == "macOS" ] && echo wheel || echo root)
|
||||
sudo chown -R root:$rootgrp dist
|
||||
|
||||
+1
-1
Submodule Kyoo.Transcoder updated: 10d3875148...aa5a5132f4
Reference in New Issue
Block a user