Include License file with installation
This commit is contained in:
parent
cea6a2217e
commit
3d0e7f6cb6
|
@ -127,6 +127,7 @@ if($InstallNSSM.IsPresent -or ($InstallNSSM -eq $true)){
|
|||
}
|
||||
Copy-Item .\deployment\windows\install-jellyfin.ps1 $InstallLocation\install-jellyfin.ps1
|
||||
Copy-Item .\deployment\windows\install.bat $InstallLocation\install.bat
|
||||
Copy-Item .\LICENSE $InstallLocation\LICENSE
|
||||
if($MakeNSIS.IsPresent -or ($MakeNSIS -eq $true)){
|
||||
Write-Verbose "Starting NSIS Package creation"
|
||||
Make-NSIS $InstallLocation
|
||||
|
|
Loading…
Reference in New Issue
Block a user