|
|
@ -26,7 +26,7 @@ async function start () { |
|
|
|
// build the github comment content
|
|
|
|
// build the github comment content
|
|
|
|
|
|
|
|
|
|
|
|
// links to extension builds
|
|
|
|
// links to extension builds
|
|
|
|
const platforms = ['chrome', 'firefox', 'opera', 'edge'] |
|
|
|
const platforms = ['chrome', 'firefox', 'opera'] |
|
|
|
const buildLinks = platforms.map(platform => { |
|
|
|
const buildLinks = platforms.map(platform => { |
|
|
|
const url = `${BUILD_LINK_BASE}/builds/metamask-${platform}-${VERSION}.zip` |
|
|
|
const url = `${BUILD_LINK_BASE}/builds/metamask-${platform}-${VERSION}.zip` |
|
|
|
return `<a href="${url}">${platform}</a>` |
|
|
|
return `<a href="${url}">${platform}</a>` |
|
|
|