浏览代码

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