mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
fix: remove firefox build for beta (#18874)
This commit is contained in:
parent
a501ce0f3d
commit
d6bf3c133f
@ -45,12 +45,7 @@ async function start() {
|
|||||||
return `<a href="${url}">${platform}</a>`;
|
return `<a href="${url}">${platform}</a>`;
|
||||||
})
|
})
|
||||||
.join(', ');
|
.join(', ');
|
||||||
const betaBuildLinks = platforms
|
const betaBuildLinks = `<a href="${BUILD_LINK_BASE}/builds-beta/metamask-beta-chrome-${VERSION}.zip">chrome</a>`;
|
||||||
.map((platform) => {
|
|
||||||
const url = `${BUILD_LINK_BASE}/builds-beta/metamask-beta-${platform}-${VERSION}.zip`;
|
|
||||||
return `<a href="${url}">${platform}</a>`;
|
|
||||||
})
|
|
||||||
.join(', ');
|
|
||||||
const flaskBuildLinks = platforms
|
const flaskBuildLinks = platforms
|
||||||
.map((platform) => {
|
.map((platform) => {
|
||||||
const url = `${BUILD_LINK_BASE}/builds-flask/metamask-flask-${platform}-${VERSION}-flask.0.zip`;
|
const url = `${BUILD_LINK_BASE}/builds-flask/metamask-flask-${platform}-${VERSION}-flask.0.zip`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user