fix(api): output raw size data

This commit is contained in:
SukkaW 2018-08-20 20:47:15 +08:00
parent d91e0dc94a
commit 891d7ac01f

View file

@ -29,5 +29,5 @@ do
sed -i "s|{{${i}-dl-main}}|$dl|g" tmp/chrome.xml
sed -i "s|{{${i}-dl-alternative}}|$dl_alt|g" tmp/chrome.xml
sed -i "s|{{${i}-dl-cache}}|$dl_cache|g" tmp/chrome.xml
sed -i "s|{{${i}-Size}}|$size|g" tmp/chrome.xml
sed -i "s|{{${i}-Size}}|$size_raw|g" tmp/chrome.xml
done