From 768084b68e18c8d5320eb78b756e33a1f8e136ad Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Fri, 1 Dec 2023 10:45:07 +0100 Subject: [PATCH] Remove Qt license files from windows tool binary packages Since they don't ship with Qt anymore, we can remove LICENSE.Qt and QtThirdPartSoftware_Listing.txt. --- .github/workflows/slint_tool_binary.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slint_tool_binary.yaml b/.github/workflows/slint_tool_binary.yaml index 087afebf3c0..384200d9816 100644 --- a/.github/workflows/slint_tool_binary.yaml +++ b/.github/workflows/slint_tool_binary.yaml @@ -58,7 +58,7 @@ jobs: cd .. cd .. cd tools\${{ github.event.inputs.program || inputs.program }} - bash -x ../../scripts/prepare_binary_package.sh ..\..\pkg\slint-${{ github.event.inputs.program || inputs.program }} --with-qt + bash -x ../../scripts/prepare_binary_package.sh ..\..\pkg\slint-${{ github.event.inputs.program || inputs.program }} - name: Upload artifact uses: actions/upload-artifact@v3