aboutsummaryrefslogtreecommitdiff
path: root/deployment
diff options
context:
space:
mode:
authorNyanmisaka <nst799610810@gmail.com>2020-01-16 18:47:54 +0800
committerGitHub <noreply@github.com>2020-01-16 18:47:54 +0800
commit2ce16d4bb5d98677ac972739983c39b67518038f (patch)
treeaa878cc81d2f6d457eec93838c71a25e1cb7b58a /deployment
parent0a7ea36c68e8f7b013dd9148d1356c031bd53e1e (diff)
fix indentation
Diffstat (limited to 'deployment')
-rw-r--r--deployment/windows/build-jellyfin.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/windows/build-jellyfin.ps1 b/deployment/windows/build-jellyfin.ps1
index 9fd86e84d..7afc385ea 100644
--- a/deployment/windows/build-jellyfin.ps1
+++ b/deployment/windows/build-jellyfin.ps1
@@ -44,8 +44,8 @@ function Build-JellyFin {
function Install-FFMPEG {
param(
[string]$ResolvedInstallLocation,
- [string]$Architecture,
- [string]$FFMPEGVersionX86 = "ffmpeg-4.2.1-win32-shared"
+ [string]$Architecture,
+ [string]$FFMPEGVersionX86 = "ffmpeg-4.2.1-win32-shared"
)
Write-Verbose "Checking Architecture"
if($Architecture -notin @('x86','x64')){