pyinstaller changed to previous version for false detect prevention

This commit is contained in:
Flowseal 2026-03-17 22:15:04 +03:00
parent cf3e3b2aec
commit 8219b9f144
1 changed files with 1 additions and 1 deletions

View File

@ -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