소스 검색

minor: copy install.bat for rename

Phallacy 6 년 전
부모
커밋
4eaeee7be2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build-jellyfin.ps1

+ 1 - 1
build-jellyfin.ps1

@@ -103,7 +103,7 @@ if($InstallNSSM.IsPresent -or ($InstallNSSM -eq $true)){
     Install-NSSM $InstallLocation $Architecture
     Install-NSSM $InstallLocation $Architecture
 }
 }
 Copy-Item .\install-jellyfin.ps1 $InstallLocation\install-jellyfin.ps1
 Copy-Item .\install-jellyfin.ps1 $InstallLocation\install-jellyfin.ps1
-Copy-Item .\installjellyfin.bat $InstallLocation\installjellyfin.bat
+Copy-Item .\install.bat $InstallLocation\install.bat
 if($GenerateZip.IsPresent -or ($GenerateZip -eq $true)){
 if($GenerateZip.IsPresent -or ($GenerateZip -eq $true)){
     Compress-Archive -Path $InstallLocation -DestinationPath "$InstallLocation/jellyfin.zip" -Force
     Compress-Archive -Path $InstallLocation -DestinationPath "$InstallLocation/jellyfin.zip" -Force
 }
 }