merge: dev into master

- merge updater improvements, update channels, and ci/release workflow updates
This commit is contained in:
2026-02-15 21:56:28 +03:00
11 changed files with 843 additions and 103 deletions

View File

@@ -86,7 +86,7 @@ jobs:
if: env.CONTINUE == 'true'
shell: powershell
run: |
python -m py_compile app_version.py main.py build.py tests/test_auth_relogin_smoke.py tests/test_auto_update_service.py tests/test_chat_actions.py tests/test_token_store.py
python -m py_compile app_version.py main.py build.py updater_gui.py tests/test_auth_relogin_smoke.py tests/test_auto_update_service.py tests/test_chat_actions.py tests/test_token_store.py
python -m unittest discover -s tests -p "test_*.py" -v
- name: Build release zip