Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
fixed a line that would have broken reproducible building
Browse files Browse the repository at this point in the history
  • Loading branch information
vecna committed Jun 20, 2020
1 parent 380d0c4 commit 9c7de98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/pack-extension.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ NODE_ENV=production node_modules/.bin/webpack -p
echo "Manually removing 'localhost:9000' from the manifest.json"
# This is savage.
grep -v localhost manifest.json | grep -v 127\.0 > ./dist/manifest.json
cp ../backend/parsers/longlabel.js src/
echo "Developer, remind to check if ../backend/parsers/longlabel.js and src/longlabel.js differs!"

#V=`git tag -l | head -1`
#sed -es'/BUILD_VERSION/'$V'/' src/popup/popup.html > dist/popup.html
Expand Down

0 comments on commit 9c7de98

Please sign in to comment.