Update QQ download URLs for newer versions

This commit is contained in:
Wray
2025-11-07 17:01:09 +08:00
committed by GitHub
parent 6cc4267762
commit 13695c11d4

View File

@@ -54,10 +54,10 @@ RUN case "$TARGETPLATFORM" in \
# Install QQ based on target architecture # Install QQ based on target architecture
RUN case "$TARGETPLATFORM" in \ RUN case "$TARGETPLATFORM" in \
"linux/amd64") \ "linux/amd64") \
QQ_URL="https://dldir1v6.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.19_250904_amd64_01.deb"; \ QQ_URL="https://dldir1.qq.com/qqfile/qq/QQNT/18039323/linuxqq_3.2.21-41857_amd64.deb"; \
QQ_ARCH="x86_64" ;; \ QQ_ARCH="x86_64" ;; \
"linux/arm64") \ "linux/arm64") \
QQ_URL="https://dldir1v6.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.19_250904_arm64_01.deb"; \ QQ_URL="https://dldir1.qq.com/qqfile/qq/QQNT/18039323/linuxqq_3.2.21-41857_arm64.deb"; \
QQ_ARCH="arm64" ;; \ QQ_ARCH="arm64" ;; \
*) \ *) \
echo "❌ Unsupported platform: $TARGETPLATFORM" >&2; \ echo "❌ Unsupported platform: $TARGETPLATFORM" >&2; \