Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
shenmo 2025-10-22 10:53:14 +00:00 committed by Gitee
parent 20cae0a807
commit a1fc514919
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 4 additions and 4 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
spark-store (4.8.3) UNRELEASED; urgency=medium
spark-store (4.8.3-1) UNRELEASED; urgency=medium
* 更新软件主图标
* 软件更新器更新成功后删除软件包

View File

@ -36,11 +36,11 @@ else
case $(arch) in
x86_64 | i686 | i386)
STORE_URL="amd64-apm"
STORE_LIST_URL=""
STORE_LIST_URL="-amd64"
;;
aarch64)
STORE_URL="aarch64-apm"
STORE_LIST_URL="-aarch64"
STORE_URL="arm64-apm"
STORE_LIST_URL="-arm64"
;;
loongarch64)
STORE_URL="loong64-apm"