Skip to content

Commit

Permalink
Remove Qt license files from windows tool binary packages
Browse files Browse the repository at this point in the history
Since they don't ship with Qt anymore,
we can remove LICENSE.Qt and QtThirdPartSoftware_Listing.txt.
  • Loading branch information
tronical committed Dec 1, 2023
1 parent 6b3dc7c commit 768084b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slint_tool_binary.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 768084b

Please sign in to comment.