mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #6731 from bbondy/develop
Add brave as a platform type for MetaMask
This commit is contained in:
commit
b9d4d3d78e
@ -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/'})
|
||||
|
Loading…
Reference in New Issue
Block a user