diff --git a/src/installer.ts b/src/installer.ts index 646f552d..c0a37d3f 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -192,7 +192,7 @@ function getDownloadInfo( // Filter by platform refs.forEach(ref => { - if (ref.indexOf(extension) < 0) { + if (!ref.endsWith(extension + '">')) { return; }