Skip to content

Commit

Permalink
Fixing add-data synxtax
Browse files Browse the repository at this point in the history
  • Loading branch information
djotaku committed Apr 19, 2024
1 parent cdbd9ff commit 5f85eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windowsbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build Single Executable with Pyinstaller
run: |
pip install pyinstaller
pyinstaller -F -p eldonationtracker -n "eldonationtracker" --icon=icon.ico --add-data="eldonationtracker/icon.png;ffmpeg/ffmepg.exe;." eldonationtracker/gui.py
pyinstaller -F -p eldonationtracker -n "eldonationtracker" --icon=icon.ico --add-data="eldonationtracker/icon.png;." --add-data="ffmpeg/ffmepg.exe;." eldonationtracker/gui.py
- name: Upload artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 5f85eb5

Please sign in to comment.