I was hoping this might be quite an easy one. but haven’t been able to find an answer.
When exporting an application in processing4 , does anybody know an easy way to store the time at export into the code without manually having to enter it into the code itself.
What you can do is to write a build script (.bat or .sh) which replaces a tag (ie. #TIMESTAMP#) in your code and afterwards call processing-java for the export.
Run processing-java --help to see which params needs to be used …