diff --git a/src/commands/update.ts b/src/commands/update.ts index 92670f0d..74d981e4 100644 --- a/src/commands/update.ts +++ b/src/commands/update.ts @@ -82,7 +82,11 @@ export default class UpdateCommand extends Command { stream.pause() const baseDir = manifest.baseDir || this.config.s3Key('baseDir', { - bin: this.config.bin + version, + channel, + bin: this.config.bin, + platform: this.config.platform, + arch: this.config.arch, }) let extraction = extract(stream, baseDir, output, manifest.sha256gz)