mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-17 21:57:22 +00:00
feat: generate check time
This commit is contained in:
parent
ae86a79e2f
commit
9e1f5b95f9
1 changed files with 5 additions and 0 deletions
|
|
@ -134,3 +134,8 @@ curl "https://tools.google.com/service/update2" --data "<?xml version='1.0' enco
|
|||
<updatecheck/>
|
||||
</app>
|
||||
</request>" > ./public/canary-x64.xml
|
||||
|
||||
DATE="$(echo $(date --rfc-2822))"
|
||||
echo '<?xml version="1.0" encoding="UTF-8"?><time>' > ./public/checktime.xml
|
||||
echo $DATE >> ./public/checktime.xml
|
||||
echo '</time>' >> ./public/checktime.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue