feat: clean the parse result by build.sh

This commit is contained in:
SukkaW 2018-08-03 15:12:00 +08:00
parent 10f61bba46
commit 8aa0d264cb
4 changed files with 16 additions and 3 deletions

View file

@ -22,7 +22,7 @@ echo '<?xml version="1.0" encoding="UTF-8"?>' > chrome.tmp.xml
echo '<chromechecker>' >> chrome.tmp.xml
DATE="$(echo $(date --rfc-2822))"
DATE="$(echo $(date '+%Y-%m-%d_%H:%M:%S'))"
echo '<time checktime="'$DATE'"/>' >> chrome.tmp.xml
echo '<stable86>' >> chrome.tmp.xml