Include licenses in Windows bundles

This commit is contained in:
Salad Dais
2021-05-03 23:58:23 +00:00
parent 0f35cc00d5
commit d9084c3332
2 changed files with 9 additions and 4 deletions

View File

@@ -35,7 +35,9 @@ jobs:
- name: Bundle with cx_Freeze
run: |
python setup_cxfreeze.py build_exe
python setup_cxfreeze.py cleanse_cxfreeze
pip install pip-licenses
pip-licenses --format=plain-vertical --with-license-file --no-license-path --output-file=lib_licenses.txt
python setup_cxfreeze.py finalize_cxfreeze
python setup_cxfreeze.py build_zip
- name: Upload the artifact