I was just thinking, because I work in a team of people who don't live near each other, I'm often having them get builds from Dropbox.
I don't want to have them open up C2 and break things. I was wondering if anyone ever thought of having some command line features in C2 Paid. This would allow me to leave the hard part of getting new builds on them. Plus I don't have to pass around huge Exes.
c:\> Construct2.exe -export Desktop -log output.log -file c:\...\temp.cjprog
Building project.....
Project Built........
Exporting............
c:\> Construct2.exe -SetBuildNumber "1.0.1012" -file c:\...\temp.cjprog
Build Number updated.....
Thoughts? Ideas? Just tossing it out there.