Skip to content

Commit

Permalink
forgot to fix firefox rebuild oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ktg5 committed Dec 4, 2023
1 parent b671348 commit 5dcd82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ copyDir('./', firefoxDir).then(async () => {
firefoxManifest.manifest_version = 2;
firefoxManifest.background = {
"scripts": [
"background.js"
"src/background.js"
],
"persistent": false,
"type": "module"
Expand Down

0 comments on commit 5dcd82a

Please sign in to comment.