aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhallacy <Dragoonmac@gmail.com>2019-01-01 20:28:29 -0800
committerPhallacy <Dragoonmac@gmail.com>2019-01-01 20:28:29 -0800
commit4eaeee7be24a35e697731da1403c12df8f4f753a (patch)
tree6446757fb0d99cadb041d8ba6cdd46e0ab6ab897
parent443218e3f109cdfbffa8c8c5d30e09e3ba5c2285 (diff)
minor: copy install.bat for rename
-rw-r--r--build-jellyfin.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/build-jellyfin.ps1 b/build-jellyfin.ps1
index 5544df88a..224716621 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
}