mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-16 13:17:15 +00:00
update
This commit is contained in:
parent
386cb53a78
commit
f15599b790
6 changed files with 2 additions and 116 deletions
4
run.sh
4
run.sh
|
|
@ -11,7 +11,7 @@ chmod +x ./util/deployer.sh
|
|||
|
||||
./util/checker.sh
|
||||
|
||||
./util/parse.sh stable-x86 stable-x64 beta-x86 beta-x64 dev-x86 dev-x64 canary-x86 canary-x64
|
||||
./util/parse.sh stable-x86 stable-x64 beta-x86 beta-x64 dev-x86 dev-x64
|
||||
|
||||
cp -rf src/index.html tmp/index.html
|
||||
cp -rf src/chrome.xml tmp/chrome.xml
|
||||
|
|
@ -20,7 +20,7 @@ DATE="$(echo $(TZ=UTC-8 date '+%Y-%m-%d %H:%M:%S'))"
|
|||
sed -i "s|{{CheckTime}}|$DATE|g" tmp/index.html
|
||||
sed -i "s|{{CheckTime}}|$DATE|g" tmp/chrome.xml
|
||||
|
||||
./util/generator.sh stable-x86 stable-x64 beta-x86 beta-x64 dev-x86 dev-x64 canary-x86 canary-x64
|
||||
./util/generator.sh stable-x86 stable-x64 beta-x86 beta-x64 dev-x86 dev-x64
|
||||
|
||||
xmllint --format tmp/chrome.xml > tmp/api/chrome.xml
|
||||
xmllint --noblanks tmp/chrome.xml > tmp/api/chrome.min.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue