Skip to content

Commit 01c6154

Browse files
svenzikmrts
authored andcommitted
fix: Firefox does not use options page, it uses internal toggle for turning optional_permissions -> devtools on
WE2-967 Signed-off-by: Sven Mitt <[email protected]>
1 parent 966883a commit 01c6154

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ const targets = {
115115
);
116116
await cp("./static/_locales", "./dist/firefox/_locales");
117117
await cp("./static/views", "./dist/firefox/views");
118+
await rm("./dist/firefox/views/options.*");
118119
await cp("./node_modules/webextension-polyfill/dist/browser-polyfill.min.js", "./dist/firefox/views/browser-polyfill.min.js");
119120

120121
rem(

0 commit comments

Comments
 (0)