diff options
| author | LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com> | 2018-12-29 15:35:20 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-29 15:35:20 -0800 |
| commit | b3e0656ab29bd6278f6c7aefa16660c6eebb8c7e (patch) | |
| tree | 99b2c33d4093ffcb9c0c3ed9402de31f86582dae | |
| parent | e222c2deb13c9c7043cf3745a141bd80e7c5ebb6 (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"
|
