pyinstaller changed to previous version for false detect prevention
This commit is contained in:
parent
cf3e3b2aec
commit
8219b9f144
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
run: pip install -r requirements.txt
|
||||
|
||||
- name: Install pyinstaller
|
||||
run: pip install pyinstaller
|
||||
run: pip install "pyinstaller==6.13.0"
|
||||
|
||||
- name: Build EXE with PyInstaller
|
||||
run: pyinstaller packaging/windows.spec --noconfirm
|
||||
|
|
|
|||
Loading…
Reference in New Issue