aboutsummaryrefslogtreecommitdiff
path: root/deployment
diff options
context:
space:
mode:
authorNyanmisaka <nst799610810@gmail.com>2020-01-16 18:10:14 +0800
committerGitHub <noreply@github.com>2020-01-16 18:10:14 +0800
commit0a7ea36c68e8f7b013dd9148d1356c031bd53e1e (patch)
tree14dd36651d0e46eeaa5a3f26bd10e740e1d4b5ca /deployment
parente92e105c420660f59ad3671852a4a57bb04b7c67 (diff)
Update build-jellyfin.ps1
Diffstat (limited to 'deployment')
-rw-r--r--deployment/windows/build-jellyfin.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/windows/build-jellyfin.ps1 b/deployment/windows/build-jellyfin.ps1
index 0be832f37..9fd86e84d 100644
--- a/deployment/windows/build-jellyfin.ps1
+++ b/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')){