Closed ThiaudioTT closed 2 years ago
This could help:
https://pypi.org/project/update-check/
https://stackoverflow.com/questions/12842693/python-check-for-updates-for-a-program
https://stackoverflow.com/questions/72191474/how-to-update-software-made-with-python
version.json
{ "version": "0.1.0", "auto-update": false }
You can auto-update using HTTP or requesting the user to do it.
Write a program to check if updates are available.
This could help:
https://pypi.org/project/update-check/
https://stackoverflow.com/questions/12842693/python-check-for-updates-for-a-program
https://stackoverflow.com/questions/72191474/how-to-update-software-made-with-python
version.json
You can auto-update using HTTP or requesting the user to do it.