feat(upgrade): Add upgrader client

Run tasks to download and syncing version with repo releases
This commit is contained in:
pakintada@gmail.com 2024-09-10 09:05:11 +07:00
parent 34e734f572
commit ce3e1ad505
3 changed files with 372 additions and 0 deletions

2
updater/install_deps.sh Normal file
View file

@ -0,0 +1,2 @@
#!/bin/sh
pip install -r requirement.txt