mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-18 06:07:17 +00:00
fix(api): output raw size data
This commit is contained in:
parent
d91e0dc94a
commit
891d7ac01f
1 changed files with 1 additions and 1 deletions
|
|
@ -29,5 +29,5 @@ do
|
||||||
sed -i "s|{{${i}-dl-main}}|$dl|g" tmp/chrome.xml
|
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-alternative}}|$dl_alt|g" tmp/chrome.xml
|
||||||
sed -i "s|{{${i}-dl-cache}}|$dl_cache|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
|
done
|
||||||
Loading…
Add table
Add a link
Reference in a new issue