ThiaudioTT / hoi4-presence

Hearts of Iron IV presence for Discord!
MIT License
13 stars 10 forks source link

Check update #1

Closed ThiaudioTT closed 1 year ago

ThiaudioTT commented 1 year ago

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

{
    "version": "0.1.0",
    "auto-update": false
}

You can auto-update using HTTP or requesting the user to do it.