Просмотр исходного кода

Merge pull request #962 from scheidleon/fix-windows-build

Fix Path
Bond-009 6 лет назад
Родитель
Сommit
affb8c8673
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      deployment/windows/build-jellyfin.ps1

+ 2 - 2
deployment/windows/build-jellyfin.ps1

@@ -102,8 +102,8 @@ 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\win-generic\install-jellyfin.ps1 $InstallLocation\install-jellyfin.ps1
-Copy-Item .\deployment\win-generic\install.bat $InstallLocation\install.bat
+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
 }
 }