소스 검색

Update build-jellyfin.ps1

Nyanmisaka 5 년 전
부모
커밋
0a7ea36c68
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      deployment/windows/build-jellyfin.ps1

+ 1 - 1
deployment/windows/build-jellyfin.ps1

@@ -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')){