diff options
| author | crankdoofus <52436708+crankdoofus@users.noreply.github.com> | 2019-07-07 09:10:35 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-07 09:10:35 +1000 |
| commit | 3d0e7f6cb6aac6622ad0df413c57b85d83679693 (patch) | |
| tree | 361f2a85c4984c5630742175dd2087ac3d54b0ff | |
| parent | cea6a2217ecf1aaa7e1cb59bc90c2867f68dda7a (diff) | |
Include License file with installation
| -rw-r--r-- | deployment/windows/build-jellyfin.ps1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/windows/build-jellyfin.ps1 b/deployment/windows/build-jellyfin.ps1 index 9a6be81d0..b049c351a 100644 --- a/deployment/windows/build-jellyfin.ps1 +++ b/deployment/windows/build-jellyfin.ps1 @@ -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 |
