Get the binary name for the platform.
String getBinaryName(String platform) { return platform.startsWith('win32') ? 'neomage.exe' : 'neomage'; }