aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>2018-12-29 15:35:20 -0800
committerGitHub <noreply@github.com>2018-12-29 15:35:20 -0800
commitb3e0656ab29bd6278f6c7aefa16660c6eebb8c7e (patch)
tree99b2c33d4093ffcb9c0c3ed9402de31f86582dae
parente222c2deb13c9c7043cf3745a141bd80e7c5ebb6 (diff)
Rename Build-JellyFin.ps1 to build-jellyfin.ps1
renaming from webui commit because filesystem being stubborn.
-rw-r--r--build-jellyfin.ps1 (renamed from Build-JellyFin.ps1)2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-JellyFin.ps1 b/build-jellyfin.ps1
index 0b18ebc39..5544df88a 100644
--- a/Build-JellyFin.ps1
+++ b/build-jellyfin.ps1
@@ -107,4 +107,4 @@ Copy-Item .\installjellyfin.bat $InstallLocation\installjellyfin.bat
if($GenerateZip.IsPresent -or ($GenerateZip -eq $true)){
Compress-Archive -Path $InstallLocation -DestinationPath "$InstallLocation/jellyfin.zip" -Force
}
-Write-Verbose "Finished" \ No newline at end of file
+Write-Verbose "Finished"