Allowing --export to use the variables - --export /Users/Shared/Mist/%VERSION%/%BUILD%/metadata.json
Also, side note, thank you for being awesome with all my feature requests and bug reports. I really need to learn some Swift so that I can start contributing directly to Swift projects like this, and it's been helpful to see your solutions associated with the issues I open.
I'm not sure of the best approach here, but what I'm looking for is
--export
to work with variables.Some options I've thought of:
--output-directory '/Users/Shared/Mist/%VERSION%/%BUILD%
+--export metatdata.json
=/Users/Shared/Mist/%VERSION%/%BUILD%/metadata.json
--export
to use the variables ---export /Users/Shared/Mist/%VERSION%/%BUILD%/metadata.json
Also, side note, thank you for being awesome with all my feature requests and bug reports. I really need to learn some Swift so that I can start contributing directly to Swift projects like this, and it's been helpful to see your solutions associated with the issues I open.