Hi,
I would like to perform some action on export; I make an example:
I'm developing a client/server game. Server is standalone node.js.
When I update the client I'd like to update the $serverVers variable in the node.js server script (or in an external .js or .txt file), so I don't have to update it manually every time. Or maybe just a way to execute a batch file that I can use to perform what i need.
I can't figure out a way to do it (maybe there is but I cannot find it). I think it could be useful,