Update installer name to copy

pull/1511/head
crankdoofus 5 years ago committed by GitHub
parent e31851d25e
commit fbbcba95d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save