Update to 1.8.5

Automated build and publish via GitHub Actions.

Co-Authored-By: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-01-08 15:36:43 +00:00
parent a4d67a265b
commit 91079c8b64
2 changed files with 5 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = slive-bin
pkgdesc = 基于Flutter的聚合直播软件支持多平台直播源聚合与观看。
pkgver = 1.8.5
pkgrel = 1
pkgrel = 2
url = https://github.com/SlotSun/dart_simple_live
arch = x86_64
arch = aarch64

View file

@ -3,7 +3,7 @@
pkgname=slive-bin
_pkgname=slive
pkgver=1.8.5
pkgrel=1
pkgrel=2
pkgdesc="基于Flutter的聚合直播软件支持多平台直播源聚合与观看。"
arch=('x86_64' 'aarch64')
url="https://github.com/SlotSun/dart_simple_live"
@ -22,7 +22,9 @@ package() {
local app_id="io.github.SlotSun.Slive"
install -d "${pkgdir}/opt/Slive" "${pkgdir}/usr/bin"
cp -a "${app_id}" data lib "${pkgdir}/opt/Slive/"
install -Dm755 "${app_id}" "${pkgdir}/opt/Slive/${app_id}"
cp -a data lib "${pkgdir}/opt/Slive/"
ln -s "/opt/Slive/${app_id}" "${pkgdir}/usr/bin/${app_id}"
# 安装图标和桌面文件