Skip to content

Commit

Permalink
reflect fingerprint.js move in make-signed-xpi.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cowlicks committed Jun 11, 2017
1 parent 0bfe11c commit 7e34001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-utils/make-signed-xpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi

# TODO restore: https://github.com/EFForg/privacybadger/issues/1158
echo "remove fingerprinting"
sed -i '/ "js\/fingerprinting.js",/d' ../checkout/src/manifest.json
sed -i '/ "js\/contentscripts\/fingerprinting.js",/d' ../checkout/src/manifest.json

echo "change author value"
sed -i 's/"author": { "email": "[email protected]" },/"author": "[email protected]",/' ../checkout/src/manifest.json
Expand Down

0 comments on commit 7e34001

Please sign in to comment.