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