Skip to content

Commit

Permalink
Revert "Remove PyInstaller fixed version limitation"
Browse files Browse the repository at this point in the history
This reverts commit 7a7044d.
  • Loading branch information
erykjj committed Nov 9, 2024
1 parent 7a7044d commit 723f821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Build Mac package v1.0.4'
name: 'Build Mac package v1.0.3'

on:
workflow_call:
Expand Down Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r res/requirements.txt
pip install pyinstaller
pip install pyinstaller==5.13
pip install pyinstaller-hooks-contrib
- name: Build with Pyinstaller
run: pyinstaller --clean --noconfirm .github/workflows/JWLManager.app.spec
Expand Down

0 comments on commit 723f821

Please sign in to comment.