I tried to add a postbuild script that speeds up a lot of my work. I wrote it in python, but I am not able to run it from CCS level.
I tried different commands:
postbuild.py (here it was not finding the path)
cd ${PROJECT_ROOT} & postbuild.py (here it didn't throw errors)
${PROJECT_ROOT}/postbuild.py (as in the screenshot)
No version was getting to the point where the script would run. I also can't find any guide on how to write such things.


