浏览代码

Include License file with installation

crankdoofus 6 年之前
父节点
当前提交
3d0e7f6cb6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      deployment/windows/build-jellyfin.ps1

+ 1 - 0
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