in src/helpers.ts [26:31]
export function getExecutableExtension(): string { if (os.type().match(/^Win/)) { return '.exe' } return '' }