From fb86702cae7d87aa867e2af693691de5842ce805 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Mon, 23 Jun 2025 12:10:21 +0200 Subject: [PATCH] fix wrong license placement path --- .github/workflows/win-exe.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index 945d7bdfb..c53f10afd 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -234,11 +234,11 @@ jobs: jar --file="$jarFile" --update $(Resolve-Path -Relative -Path $_) } } - - name: Generate license for MSI + - name: Generate license file run: > mvn -B license:add-third-party "-Djavafx.platform=win" "-Dlicense.thirdPartyFilename=license.rtf" - "-Dlicense.outputDirectory=dist/win/appdir" + "-Dlicense.outputDirectory=appdir" "-Dlicense.fileTemplate=dist/win/resources/licenseTemplate.ftl" "-Dlicense.includedScopes=compile" "-Dlicense.excludedGroups=^org\.cryptomator"