mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Remove link to missing Edge build from MMbot comment (#7682)
This commit is contained in:
parent
958ac69ba1
commit
c8d8d8d93d
@ -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>`
|
||||
|
Loading…
Reference in New Issue
Block a user