mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Update installer name to copy
This commit is contained in:
parent
e31851d25e
commit
fbbcba95d3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue