mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Pushing ffmpeg's lib with the distribution on windows
This commit is contained in:
parent
153266d1a6
commit
5949d5edfe
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -35,7 +35,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
if [[ "${{runner.os}}" == "Windows" ]]; then
|
if [[ "${{runner.os}}" == "Windows" ]]; then
|
||||||
choco install ffmpeg-shared
|
choco install ffmpeg-shared
|
||||||
ls -Rl "/C/Program Files/FFmpeg"
|
|
||||||
elif [[ "${{runner.os}}" == "macOS" ]]; then
|
elif [[ "${{runner.os}}" == "macOS" ]]; then
|
||||||
brew install ffmpeg
|
brew install ffmpeg
|
||||||
else
|
else
|
||||||
@ -57,7 +56,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
assets=kyoo_${{matrix.artifact}}
|
assets=kyoo_${{matrix.artifact}}
|
||||||
if [[ "${{runner.os}}" == "Windows" ]]; then
|
if [[ "${{runner.os}}" == "Windows" ]]; then
|
||||||
cd dist && 7z a "../$assets.zip"
|
cd dist
|
||||||
|
cp "/C/Program Files/FFmpeg/lib/*" .
|
||||||
|
7z a "../$assets.zip"
|
||||||
else
|
else
|
||||||
rootgrp=$([ "${{runner.os}}" == "macOS" ] && echo wheel || echo root)
|
rootgrp=$([ "${{runner.os}}" == "macOS" ] && echo wheel || echo root)
|
||||||
sudo chown -R root:$rootgrp dist
|
sudo chown -R root:$rootgrp dist
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 10d3875148d0f5f6e12a59d28b75539cb4b99f57
|
Subproject commit aa5a5132f45125402bf0391187ddc31272832e80
|
Loading…
x
Reference in New Issue
Block a user