Skip to content

Commit

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

0 comments on commit a333fd8

Please sign in to comment.