From 68715bb1dc592924c1ff81c364e807d861da0696 Mon Sep 17 00:00:00 2001 From: Phallacy Date: Tue, 1 Jan 2019 20:28:29 -0800 Subject: [PATCH] minor: copy install.bat for rename --- build-jellyfin.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-jellyfin.ps1 b/build-jellyfin.ps1 index 5544df88af..2247166211 100644 --- a/build-jellyfin.ps1 +++ b/build-jellyfin.ps1 @@ -103,7 +103,7 @@ if($InstallNSSM.IsPresent -or ($InstallNSSM -eq $true)){ Install-NSSM $InstallLocation $Architecture } 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)){ Compress-Archive -Path $InstallLocation -DestinationPath "$InstallLocation/jellyfin.zip" -Force }