mirror of
https://github.com/FAUSheppy/homelab_gamevault
synced 2025-12-06 23:11:36 +01:00
fix: build unpackaged exe because of windwos defender
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -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
|
||||||
|
|||||||
0
dist/run.bat → dist/client/run.bat
vendored
0
dist/run.bat → dist/client/run.bat
vendored
0
dist/run.ps1 → dist/client/run.ps1
vendored
0
dist/run.ps1 → dist/client/run.ps1
vendored
Reference in New Issue
Block a user