Hi,
I want to run a python script before i build and run my project. I noticed i can create my own run.sh inside the project directory. I can call the python script from there, but how do i then build and run the project as would normally happen when clicking on the build and run button.
Thanks!