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