Restructure

This commit is contained in:
Flowseal
2026-03-06 19:48:12 +03:00
parent 01b3aca85e
commit f69d20ad85
6 changed files with 30 additions and 34 deletions

View File

@@ -27,8 +27,11 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt
- name: Install pyinstaller
run: pip install pyinstaller
- name: Build EXE with PyInstaller
run: pyinstaller tg_ws_proxy.spec --noconfirm
run: pyinstaller windows/windows.spec --noconfirm
- name: Upload artifact
uses: actions/upload-artifact@v4