1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Remove link to missing Edge build from MMbot comment (#7682)

This commit is contained in:
Whymarrh Whitby 2019-12-10 16:33:58 -03:30 committed by GitHub
parent 958ac69ba1
commit c8d8d8d93d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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