mirror of
https://github.com/FAUSheppy/homelab_gamevault
synced 2026-06-19 11:12:38 +02:00
fix: build unpackaged exe because of windwos defender
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Build EXE
|
- name: Build EXE
|
||||||
run: pyinstaller -F client.py
|
run: pyinstaller client.py
|
||||||
|
|
||||||
- name: Archive EXE
|
- name: Archive EXE
|
||||||
run: Compress-Archive -Path dist\ -DestinationPath release.zip
|
run: Compress-Archive -Path dist\ -DestinationPath release.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user