mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Remove /bin from ffmpeg path.
This commit is contained in:
parent
3925e1dced
commit
adde41c533
@ -60,7 +60,7 @@ function Install-FFMPEG {
|
|||||||
Expand-Archive "$tempdir/ffmpeg.zip" -DestinationPath "$tempdir/ffmpeg/" -Force | Write-Verbose
|
Expand-Archive "$tempdir/ffmpeg.zip" -DestinationPath "$tempdir/ffmpeg/" -Force | Write-Verbose
|
||||||
if($Architecture -eq 'x64'){
|
if($Architecture -eq 'x64'){
|
||||||
Write-Verbose "Copying Binaries to Jellyfin location"
|
Write-Verbose "Copying Binaries to Jellyfin location"
|
||||||
Get-ChildItem "$tempdir/ffmpeg/bin" | ForEach-Object {
|
Get-ChildItem "$tempdir/ffmpeg" | ForEach-Object {
|
||||||
Copy-Item $_.FullName -Destination $installLocation | Write-Verbose
|
Copy-Item $_.FullName -Destination $installLocation | Write-Verbose
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user