mirror of
https://github.com/FAUSheppy/homelab_gamevault
synced 2025-12-08 07:51:36 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
597a471949 |
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