Merge pull request #844 from Hywan/fix-issue-842

fix(bindings/crypto-nodejs): Fix pre-built download link
This commit is contained in:
Benjamin Kampmann
2022-07-14 11:36:15 +02:00
committed by GitHub
@@ -3,7 +3,7 @@ const { version } = require("./package.json");
const { platform, arch } = process
const DOWNLOADS_BASE_URL = "https://github.com/matrix-org/matrix-rust-sdk/releases/download";
const CURRENT_VERSION = `matrix-sdk-crypto-nodejs-${version}`;
const CURRENT_VERSION = `matrix-sdk-crypto-nodejs-v${version}`;
const byteHelper = function (value) {
if (value === 0) {