Skip to content

Commit

Permalink
chore: install
Browse files Browse the repository at this point in the history
  • Loading branch information
lencx committed Apr 24, 2022
1 parent e125caa commit 2b89559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/binary.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const getPlatformMetadata = () => {
const getBinary = () => {
const platformMetadata = getPlatformMetadata();
// the url for this binary is constructed from values in `package.json`
const url = `${repository.url}/releases/download/v${version}/${name}-v${version}-${platformMetadata.RUST_TARGET}.tar.gz`;
const url = `${repository.url}/releases/download/v${version}/rsw-v${version}-${platformMetadata.RUST_TARGET}.tar.gz`;
return new Binary(platformMetadata.BINARY_NAME, url);
};

Expand Down

0 comments on commit 2b89559

Please sign in to comment.