I followed the below document for building qbittorrent:
https://github.com/Chocobo1/qbittorent_msys2
Great and all, but I tweak my source files and then compile when I originally built it with MSVC. I know there is now a .xy file that apparently contains the compiled app, and there is an src folder that has the source files, however how do I tell
makepkg --skippgpcheck --syncdeps --noconfirm
to use the local src folder to compile the app and not to download the latest build from the internet?
Thanks.
JR