From df44c8a416b01ad0df3253e47e260649889134b2 Mon Sep 17 00:00:00 2001 From: JPVenson Date: Mon, 4 Aug 2025 00:14:50 +0000 Subject: [PATCH] Copy correct licence file --- .github/workflows/preview-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-build.yaml b/.github/workflows/preview-build.yaml index 9443273..6b4bfad 100644 --- a/.github/workflows/preview-build.yaml +++ b/.github/workflows/preview-build.yaml @@ -387,7 +387,7 @@ jobs: run: | New-Item -ItemType Directory -Path jellyfin Expand-Archive -Path 'jellyfin_*-amd64.zip' -DestinationPath jellyfin -Force - #Copy-Item ".\Support Files\LICENSE" -Destination $(Resolve-Path .\jellyfin\jellyfin) + Copy-Item ".\Support Files\LICENSE" -Destination $(Resolve-Path .\jellyfin\jellyfin) - name: "Add NSSM" working-directory: ./jellyfin-server-windows