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

Merge pull request #6731 from bbondy/develop

Add brave as a platform type for MetaMask
This commit is contained in:
Dan Finlay 2019-06-19 11:39:43 -07:00 committed by GitHub
commit b9d4d3d78e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,7 @@ function gulpParallel (...args) {
const browserPlatforms = [
'firefox',
'chrome',
'brave',
'edge',
'opera',
]
@ -180,6 +181,7 @@ gulp.task('manifest:production', function () {
return gulp.src([
'./dist/firefox/manifest.json',
'./dist/chrome/manifest.json',
'./dist/brave/manifest.json',
'./dist/edge/manifest.json',
'./dist/opera/manifest.json',
], {base: './dist/'})