Skip to content

Commit

Permalink
fix(api): output raw size data
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Aug 20, 2018
1 parent d91e0dc commit 891d7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/generator.sh
Expand Up @@ -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

0 comments on commit 891d7ac

Please sign in to comment.