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

feature/default_network_editable
Whymarrh Whitby 5 years ago committed by GitHub
parent 958ac69ba1
commit c8d8d8d93d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      development/metamaskbot-build-announce.js

@ -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…
Cancel
Save