Skip to content

Commit

Permalink
Change pyinstaller version
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Apr 9, 2020
1 parent 7ad49b5 commit 86286e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
pip install certifi https://github.com/pyinstaller/pyinstaller/archive/develop.zip
pip install certifi https://github.com/pyinstaller/pyinstaller/archive/f877f3eb8af1e0fc11e3c73eb3eaf940871164ba.zip
- name: Build binary
run: pyinstaller --additional-hooks-dir=Hooks/ -y -F -i CurseBreaker.ico -n CurseBreaker -c --noupx CurseBreaker.py
- name: Upload binary
Expand All @@ -39,7 +39,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
pip install certifi https://github.com/pyinstaller/pyinstaller/archive/develop.zip
pip install certifi https://github.com/pyinstaller/pyinstaller/archive/f877f3eb8af1e0fc11e3c73eb3eaf940871164ba.zip
- name: Build binary
run: pyinstaller --additional-hooks-dir=Hooks/ -y -F -n CurseBreaker -c -s --noupx CurseBreaker.py
- name: Upload binary
Expand All @@ -60,7 +60,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
pip install certifi https://github.com/pyinstaller/pyinstaller/archive/develop.zip
pip install certifi https://github.com/pyinstaller/pyinstaller/archive/f877f3eb8af1e0fc11e3c73eb3eaf940871164ba.zip
- name: Build binary
run: pyinstaller --additional-hooks-dir=Hooks/ -y -F -n CurseBreaker -c -s --noupx CurseBreaker.py
- name: Upload binary
Expand Down

0 comments on commit 86286e1

Please sign in to comment.