add updater for windows (experimental)

This commit is contained in:
2025-10-18 22:36:40 +02:00
parent c8a1e72107
commit 76b26664f2
5 changed files with 85 additions and 19 deletions
+2 -1
View File
@@ -9,6 +9,7 @@ class AppState:
post_urls: List[str]
post_author: List[str]
downloads: List[str]
version: str
debug: bool = False
tracker: str = "rutracker"
api_url: str = "https://api.michijackson.xyz"
@@ -19,4 +20,4 @@ class AppState:
aria2p: Any = None
aria2_threads: int = 4
state = AppState(posts=[], post_titles=[], post_urls=[], post_author=[], downloads=[], download_path="")
state = AppState(posts=[], post_titles=[], post_urls=[], post_author=[], downloads=[], download_path="", version="")