On 7/07/2022 10:58, Lowell C Bergey wrote:
> Is there a way to run a script or batch file at the end of the build?
The way to do that is to use the command-line compiler from a batch file
or other script in the first place, such that you can execute additional
commands before or after.
Some third-party IDEs may have a "run command after building" option,
but the default one does not.
> I would like to upload my setup.exe automatically to my website after
> my setup has successfully been made.
This isn't typically recommended -- you should test your installers in a
VM before you release them for public consumption.