Skip to content

Commit

Permalink
Adding DLL area to Windows path (I think)
Browse files Browse the repository at this point in the history
  • Loading branch information
djotaku committed Apr 20, 2024
1 parent aef285c commit 7511d61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/windowsbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Set PATH
run: |
echo "D:\a\ELDonationTracker\ELDonationTracker\ffmpeg" >> $GITHUB_PATH
- name: Build Single Executable with Pyinstaller
run: |
pip install pyinstaller
pyinstaller -F -p eldonationtracker:ffmpeg -n "eldonationtracker" --icon=icon.ico --add-data="eldonationtracker/icon.png;." eldonationtracker/gui.py
pyinstaller -F -p eldonationtracker -n "eldonationtracker" --icon=icon.ico --add-data="eldonationtracker/icon.png;." eldonationtracker/gui.py
- name: Upload artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 7511d61

Please sign in to comment.