fix: build unpackaged exe because of windwos defender

This commit is contained in:
Yannik Schmidt
2025-04-17 11:53:24 +02:00
parent 27d32e147b
commit 597a471949
3 changed files with 1 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ jobs:
pip install -r requirements.txt
- name: Build EXE
run: pyinstaller -F client.py
run: pyinstaller client.py
- name: Archive EXE
run: Compress-Archive -Path dist\ -DestinationPath release.zip

View File

View File