I'm fairly new to this so I need help with something.
I've figured out how to use an elevated command prompt to install both Chocolatey and git, and then use git to clone a repository from github. However, I'm having trouble understanding how to implement this process automatically into a C++ executable, or if this process is even the desired method of automatic updates.
If anyone has a better solution that doesn't involve Chocolatey or github in order to make my executable automatically update, I'm all ears.