aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhallacy <Dragoonmac@gmail.com>2019-01-01 20:28:29 -0800
committerJoshua M. Boniface <joshua@boniface.me>2019-01-01 23:34:55 -0500
commit68715bb1dc592924c1ff81c364e807d861da0696 (patch)
tree03563606a2a79ed645079c156dff26b713c621c3
parent6643ac3ea412ea62fc067ae6b24ddfe69fd18482 (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
}