浏览代码

fix indentation

Nyanmisaka 5 年之前
父节点
当前提交
2ce16d4bb5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      deployment/windows/build-jellyfin.ps1

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