Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Mar 9, 2024
1 parent cfa3bd3 commit d923042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/replaceForFirefox.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const fs = require('fs');
const path = require('path');

const manifestPath = path.resolve(__dirname, '../../static/manifest.json');
const manifestPath = path.resolve(__dirname, '../static/manifest.json');

const args = process.argv.slice(2);
const geckoId = args[0];
Expand Down

0 comments on commit d923042

Please sign in to comment.