Ver código fonte

minor: copy install.bat for rename

Phallacy 6 anos atrás
pai
commit
68715bb1dc
1 arquivos alterados com 1 adições e 1 exclusões
  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
 }
 }