Przeglądaj źródła

Update build-jellyfin.ps1

Nyanmisaka 5 lat temu
rodzic
commit
0a7ea36c68
1 zmienionych plików z 1 dodań i 1 usunięć
  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')){