Explorar o código

Update build-jellyfin.ps1

Nyanmisaka %!s(int64=5) %!d(string=hai) anos
pai
achega
0a7ea36c68
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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')){