Skip to content

Commit fb0ed4c

Browse files
committed
Fix to find file path for executable
1 parent 227d5d7 commit fb0ed4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
TARGET: windows
4848
CMD_BUILD: |
4949
tox -e windows
50-
pyinstaller --onefile cli.py -n cli --additional-hooks-dir=hooks --collect-data reuse &&
50+
pyinstaller --onefile cli.py -n cli --additional-hooks-dir=hooks --collect-datas reuse --collect-datas fosslight_util &&
5151
move dist/cli.exe fosslight_prechecker_windows.exe &&
5252
./fosslight_prechecker_windows.exe
5353
OUT_FILE_NAME: fosslight_prechecker_windows.exe

0 commit comments

Comments
 (0)