Skip to content

Commit

Permalink
Update build.sh. (inspired by whistler-mb)
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-yo committed Apr 26, 2020
1 parent aec0d7f commit c73b621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

VERSION=`grep em:version install.rdf | tr -d "[:space:]<em:version>/"`
VERSION=`grep '"version":' manifest.json | tr -d '[:space:],:"version'`
zip -r subject_cleaner-$VERSION-tb.xpi content defaults locale chrome.manifest install.rdf manifest.json

0 comments on commit c73b621

Please sign in to comment.