mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Changed order to include install scripts in installer
This commit is contained in:
parent
a6819ffd1d
commit
dc3eceec6a
@ -125,12 +125,12 @@ if($InstallNSSM.IsPresent -or ($InstallNSSM -eq $true)){
|
|||||||
Write-Verbose "Starting NSSM Install"
|
Write-Verbose "Starting NSSM Install"
|
||||||
Install-NSSM $InstallLocation $Architecture
|
Install-NSSM $InstallLocation $Architecture
|
||||||
}
|
}
|
||||||
|
Copy-Item .\deployment\windows\install-jellyfin.ps1 $InstallLocation\install-jellyfin.ps1
|
||||||
|
Copy-Item .\deployment\windows\install.bat $InstallLocation\install.bat
|
||||||
if($MakeNSIS.IsPresent -or ($MakeNSIS -eq $true)){
|
if($MakeNSIS.IsPresent -or ($MakeNSIS -eq $true)){
|
||||||
Write-Verbose "Starting NSIS Package creation"
|
Write-Verbose "Starting NSIS Package creation"
|
||||||
Make-NSIS $InstallLocation
|
Make-NSIS $InstallLocation
|
||||||
}
|
}
|
||||||
Copy-Item .\deployment\windows\install-jellyfin.ps1 $InstallLocation\install-jellyfin.ps1
|
|
||||||
Copy-Item .\deployment\windows\install.bat $InstallLocation\install.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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user