Is it possible to use something else than shell as a post process script?

Hi,

I’m wondering if it is possible/allowed to use some other scripting language than shell in the post process script when using Unity Cloud Build.

For example, have a shell script to install python, and then start scripts in python that do their own thing.

The reason for asking is that I am trying to automate remaining parts of our distribution process. One of these parts consists in copying some information from a text file and copying it into the realease notes, which is very difficult for me in shell. I could do that (and probably other stuff) much more efficiently f I could go through Python (or c# for that matter).

Otherwise, if someone could point me to a good guide to shell scripting, I’d also appreciate :slight_smile:

You can use a shell script to spawn a python script