summaryrefslogtreecommitdiff
path: root/release.cmd
blob: 58a0e2625759b20e6ba1bc07d77c83aec602274d (plain)
1
2
3
4
5
6
7
8
9
@echo off
set VER=1.2.2

sed -i -E "s/version>.+?</version>%VER%</" install.rdf
sed -i -E "s/version>.+?</version>%VER%</; s/download\/.+?\/github-wc-polyfill-.+?\.xpi/download\/%VER%\/github-wc-polyfill-%VER%\.xpi/" update.xml

set XPI=github-wc-polyfill-%VER%.xpi
if exist %XPI% del %XPI%
zip -r9q %XPI% bootstrap.js icon.png install.rdf