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 227d5d7 commit fb0ed4cCopy full SHA for fb0ed4c
.github/workflows/pull-request.yml
@@ -47,7 +47,7 @@ jobs:
47
TARGET: windows
48
CMD_BUILD: |
49
tox -e windows
50
- pyinstaller --onefile cli.py -n cli --additional-hooks-dir=hooks --collect-data reuse &&
+ pyinstaller --onefile cli.py -n cli --additional-hooks-dir=hooks --collect-datas reuse --collect-datas fosslight_util &&
51
move dist/cli.exe fosslight_prechecker_windows.exe &&
52
./fosslight_prechecker_windows.exe
53
OUT_FILE_NAME: fosslight_prechecker_windows.exe
0 commit comments