Skip to content

Commit

Permalink
Seeing if this lets it find the dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
djotaku committed Apr 20, 2024
1 parent b5d66cf commit 8fe1d03
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;." --add-data="ffmpeg/ffmpeg.exe;." eldonationtracker/gui.py
pyinstaller -F -p eldonationtracker -n "eldonationtracker" --icon=icon.ico --add-data="eldonationtracker/icon.png;." -p="ffmpeg/" eldonationtracker/gui.py
- name: Upload artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 8fe1d03

Please sign in to comment.