Skip to content

Commit 558f371

Browse files
authored
Merge pull request #147 from fosslight/develop2
Fix to find file path for executable
2 parents b771248 + b141908 commit 558f371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- os: windows-latest
6161
TARGET: windows
6262
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" &&
63+
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" &&
6464
move dist/cli.exe fosslight_prechecker_windows.exe
6565
OUT_FILE_NAME: fosslight_prechecker_windows.exe
6666
ASSET_MIME: application/vnd.microsoft.portable-executable

0 commit comments

Comments
 (0)