mirror of
https://github.com/nickrunning/wechat-selkies.git
synced 2026-05-09 00:24:09 +00:00
feat: automate upstream wechat version detection
This commit is contained in:
12
versions/upstream.env
Normal file
12
versions/upstream.env
Normal file
@@ -0,0 +1,12 @@
|
||||
# Upstream package state tracked by automation.
|
||||
|
||||
WECHAT_AMD64_URL="https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_x86_64.deb"
|
||||
WECHAT_ARM64_URL="https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_arm64.deb"
|
||||
|
||||
WECHAT_AMD64_VERSION=""
|
||||
WECHAT_ARM64_VERSION=""
|
||||
|
||||
WECHAT_AMD64_SHA256=""
|
||||
WECHAT_ARM64_SHA256=""
|
||||
|
||||
WECHAT_LAST_CHECKED_AT=""
|
||||
Reference in New Issue
Block a user