From 891d7ac01f60b83055f4c153fd3e6281edc67601 Mon Sep 17 00:00:00 2001 From: SukkaW Date: Mon, 20 Aug 2018 20:47:15 +0800 Subject: [PATCH] fix(api): output raw size data --- util/generator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/generator.sh b/util/generator.sh index 74e0eeb..1f5d304 100644 --- a/util/generator.sh +++ b/util/generator.sh @@ -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 \ No newline at end of file