diff options
| author | crankdoofus <52436708+crankdoofus@users.noreply.github.com> | 2019-07-25 21:51:53 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-25 21:51:53 +1000 |
| commit | fbbcba95d3712b0f7f61e5c2026914bf42f2b59b (patch) | |
| tree | 844036e302d52e2de71fb104afcbe0200efb39a8 | |
| parent | e31851d25ee08f648bc9a31a6cea8cc2e67ce6cd (diff) | |
Update installer name to copy
| -rw-r--r-- | deployment/windows/build-jellyfin.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/windows/build-jellyfin.ps1 b/deployment/windows/build-jellyfin.ps1 index b049c351a..aaa4bcf6c 100644 --- a/deployment/windows/build-jellyfin.ps1 +++ b/deployment/windows/build-jellyfin.ps1 @@ -108,7 +108,7 @@ function Make-NSIS { Expand-Archive "$tempdir/nsis.zip" -DestinationPath "$tempdir/nsis/" -Force | Write-Verbose $env:InstallLocation = $InstallLocation & "$tempdir/nsis/nsis-3.04/makensis.exe" ".\deployment\windows\jellyfin.nsi" - Copy-Item .\deployment\windows\Jellyfin.Installer.*.exe $InstallLocation\..\ + Copy-Item .\deployment\windows\jellyfin_*.exe $InstallLocation\..\ Remove-Item "$tempdir/nsis/" -Recurse -Force -ErrorAction Continue | Write-Verbose Remove-Item "$tempdir/nsis.zip" -Force -ErrorAction Continue | Write-Verbose |
