Skip to content

Commit

Permalink
Try pyinstaller version 5.6.2 now
Browse files Browse the repository at this point in the history
  • Loading branch information
deinhofer authored Sep 11, 2024
1 parent 1c7e37e commit aab7bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python -m venv venv
.\venv\Scripts\activate.bat
pip install -r requirements-lock.txt
pip install pyinstaller==6.10.0
pip install pyinstaller==5.6.2
# Build zip folder with executable using pyinstaller
- name: Build zip file
Expand Down

0 comments on commit aab7bb2

Please sign in to comment.