Add resumable queue state and background extraction controls

This commit is contained in:
Sucukdeluxe 2026-02-27 01:58:02 +01:00
parent c90bd750a1
commit e1aba1da77
3 changed files with 754 additions and 106 deletions

2
.gitignore vendored
View File

@ -12,5 +12,7 @@ release/
*.spec
rd_downloader_config.json
rd_downloader.log
rd_download_manifest.json
_update_staging/
apply_update.cmd

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,4 @@
requests>=2.31.0
pyzipper>=0.3.6
send2trash>=1.8.2
keyring>=25.6.0