I have a pre-build step that would be nice to automate for windows vs linux.
- script.sh works in linux/mac
- script.bat works in windows
How can I detect the OS pre/post build and fire off the right script?
Not certain of a universal way to handle this.
For now we have to edit the project settings depending on the platform to launch the shell script or batch file.