Skip to content

Commit 05024c1

Browse files
Lake PryLake Pry
authored andcommitted
Fix: Include cterasdk data files in PyInstaller build
1 parent 7a70b79 commit 05024c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Build executable with PyInstaller
2929
run: |
30-
pyinstaller --name ctools --onefile --windowed ctools.py
30+
pyinstaller --name ctools --onefile --windowed --collect-data cterasdk ctools.py
3131
3232
- name: List dist contents
3333
run: |

0 commit comments

Comments
 (0)