From b3e0656ab29bd6278f6c7aefa16660c6eebb8c7e Mon Sep 17 00:00:00 2001 From: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com> Date: Sat, 29 Dec 2018 15:35:20 -0800 Subject: [PATCH] Rename Build-JellyFin.ps1 to build-jellyfin.ps1 renaming from webui commit because filesystem being stubborn. --- Build-JellyFin.ps1 => build-jellyfin.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Build-JellyFin.ps1 => build-jellyfin.ps1 (97%) diff --git a/Build-JellyFin.ps1 b/build-jellyfin.ps1 similarity index 97% rename from Build-JellyFin.ps1 rename to build-jellyfin.ps1 index 0b18ebc396..5544df88af 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"