in src/run.ts [75:77]
export function getExecutableExtension(): string { return os.platform() === 'win32' ? '.exe' : '' }