From 65b1dfef6f752619f6dfe1033668d1186918c2b3 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 14 Jul 2022 08:14:45 +0200 Subject: [PATCH] fix(bindings/crypto-nodejs): Fix pre-built download link. --- bindings/matrix-sdk-crypto-nodejs/download-lib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/matrix-sdk-crypto-nodejs/download-lib.js b/bindings/matrix-sdk-crypto-nodejs/download-lib.js index 7a12e172f..ec7c157e3 100644 --- a/bindings/matrix-sdk-crypto-nodejs/download-lib.js +++ b/bindings/matrix-sdk-crypto-nodejs/download-lib.js @@ -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) {