We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb50b3e commit 2dacc87Copy full SHA for 2dacc87
1 file changed
.github/workflows/main.yml
@@ -103,7 +103,7 @@ jobs:
103
- name: PyInstaller Windows
104
run: |
105
pip install pyinstaller
106
- pyinstaller --onefile --name UStoat --distpath dist --workpath build --specpath build main.pyw
+ pyinstaller --onefile --name UStoat --add-data "res;res" --distpath dist --workpath build --specpath build main.pyw
107
108
- name: Upload Windows artifact
109
uses: actions/upload-artifact@v4
0 commit comments