summarylogtreecommitdiffstats
path: root/start.sh
diff options
context:
space:
mode:
authorYidaozhan Ya2023-08-27 14:45:54 +0800
committerYidaozhan Ya2023-08-27 14:45:54 +0800
commit222718177d8d8ec5e49645a6c95f5b67c9b8ec99 (patch)
treeb17957a8d64a04e2040c206679ce03f791dc77c5 /start.sh
parent728f858782567d4d65eefa5ee1d5eb2f40de48e8 (diff)
downloadaur-222718177d8d8ec5e49645a6c95f5b67c9b8ec99.tar.gz
[upd] 3.2.0-16449
Diffstat (limited to 'start.sh')
-rwxr-xr-xstart.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/start.sh b/start.sh
index 7423472188b2..33a4dd96c86e 100755
--- a/start.sh
+++ b/start.sh
@@ -20,7 +20,7 @@ function show_error_dialog() {
fi
}
-if [ -e "/etc/localtime" ]; then
+if [ ! -e "/etc/localtime" ]; then
show_error_dialog "/etc/localtime 未找到。\n请先设置系统时区。"
exit 1
fi
@@ -54,8 +54,8 @@ for line in "${MAPFILE[@]}"; do
done
QQ_HOTUPDATE_DIR="${QQ_APP_DIR}/versions"
-QQ_HOTUPDATE_VERSION="3.1.2-13107"
-QQ_PREVIOUS_VERSIONS=("2.0.1-429" "2.0.1-453" "2.0.2-510" "2.0.3-543" "3.0.0-565" "3.0.0-571" "3.1.0-9332" "3.1.0-9572" "3.1.1-11223" "3.1.2-12912")
+QQ_HOTUPDATE_VERSION="3.2.0-16449"
+QQ_PREVIOUS_VERSIONS=("2.0.1-429" "2.0.1-453" "2.0.2-510" "2.0.3-543" "3.0.0-565" "3.0.0-571" "3.1.0-9332" "3.1.0-9572" "3.1.1-11223" "3.1.2-12912" "3.1.2-13107")
if [ "${QQ_DOWNLOAD_DIR%*/}" == "${HOME}" ]; then