Rename Build-JellyFin.ps1 to build-jellyfin.ps1

renaming from webui commit because filesystem being stubborn.
pull/702/head
LogicalPhallacy 6 years ago committed by GitHub
parent e222c2deb1
commit b3e0656ab2

@ -107,4 +107,4 @@ Copy-Item .\installjellyfin.bat $InstallLocation\installjellyfin.bat
if($GenerateZip.IsPresent -or ($GenerateZip -eq $true)){ if($GenerateZip.IsPresent -or ($GenerateZip -eq $true)){
Compress-Archive -Path $InstallLocation -DestinationPath "$InstallLocation/jellyfin.zip" -Force Compress-Archive -Path $InstallLocation -DestinationPath "$InstallLocation/jellyfin.zip" -Force
} }
Write-Verbose "Finished" Write-Verbose "Finished"
Loading…
Cancel
Save