mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-31 09:38:25 +00:00
Update build-jellyfin.ps1
This commit is contained in:
parent
e92e105c42
commit
0a7ea36c68
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ function Install-FFMPEG {
|
|||
param(
|
||||
[string]$ResolvedInstallLocation,
|
||||
[string]$Architecture,
|
||||
[string]$FFMPEGVersionX86 = "ffmpeg-4.2.1-win32-shared",
|
||||
[string]$FFMPEGVersionX86 = "ffmpeg-4.2.1-win32-shared"
|
||||
)
|
||||
Write-Verbose "Checking Architecture"
|
||||
if($Architecture -notin @('x86','x64')){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue