We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce463b commit b141908Copy full SHA for b141908
.github/workflows/publish-release.yml
@@ -60,7 +60,7 @@ jobs:
60
- os: windows-latest
61
TARGET: windows
62
CMD_BUILD: >
63
- pyinstaller --onefile cli.py -n cli --additional-hooks-dir=hooks --collect-data reuse --add-binary "LICENSE;LICENSES" --add-binary "LICENSES\LicenseRef-3rd_party_licenses.txt;LICENSES" &&
+ pyinstaller --onefile cli.py -n cli --additional-hooks-dir=hooks --collect-datas reuse --collect-datas fosslight_util --add-binary "LICENSE;LICENSES" --add-binary "LICENSES\LicenseRef-3rd_party_licenses.txt;LICENSES" &&
64
move dist/cli.exe fosslight_prechecker_windows.exe
65
OUT_FILE_NAME: fosslight_prechecker_windows.exe
66
ASSET_MIME: application/vnd.microsoft.portable-executable
0 commit comments