Hi folks,
Let me explain my scenario. My team is developing some projects with Construct2 and we use GIT as our version control system. Everyday I export the lastest version from our repository to HTML5, so we can have the latest version of the projects somewhere available for the entire team, including the artists, the game designer and (most important): the boss.
Basically, my routine is:
1) Get the latest version from the repository;
2) Open the project and export with Construct2;
3) Upload to our remote server;
4) Notify the team via e-mail with the link of the latest version;
I already have a script to execute the steps 1, 3 and 4.
I don't have a clue if it is possible to do the step 2 via command line: open a project and export it. Any ideas?