Disclaimer: I am still learning and am new to python so I have less knowledge of python than most coders.
I am making a simple desktop app and it is already in .exe file format.
How can I send updates to people who have the app?
I was thinking if I could load some GitHub code or raw code from a website (like Pastebin) when a user opens the file so that every time they open my app they have the latest version of it. I am basically updating it from the GitHub repository and in the python code, it only loads the file from GitHub so I can make changes like most desktop apps (Steam, Spotify, Microsoft Apps, Adobe apps etc). I can explain further if I don't make sense.
Is this possible? If so how can I do this? Are there any ways?