in build/downloader.ts [16:21]
function getPlatform(platform: string) { if (platform === 'win32') { return 'windows'; } return platform; }