Hello,
I need to plan automatic builds, because our game is for several platforms (web and twice for win, mac, linux) and every platform have different version in xml file.
Now I have to manually export almost every version and change version etc. It is very time consuming and not error proof.
I would need something like this: run .bat which will do:
1) before: change version in xml (file included in build)
2) build
3) after: rename exe, pack build
It is possible somewhat?
Thanks for reply.