summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrx862021-05-26 01:28:41 +0800
committerbrx862021-05-26 01:28:41 +0800
commit7f3df2ffb53df1653b1ac0b1918da2677578d367 (patch)
treefacc648deac9bf6168646970ea8ff07aa21562d1
parent75346bb3ee7836dbdcc28d0bd9d6f63309ca9622 (diff)
downloadaur-7f3df2ffb53df1653b1ac0b1918da2677578d367.tar.gz
update
-rw-r--r--.SRCINFO11
-rw-r--r--zy-player.desktop10
-rw-r--r--zy-player.sh2
3 files changed, 17 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9ed7c1ef754..29f646f33631 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,19 @@
pkgbase = zy-player-appimage
pkgdesc = 跨平台视频资源播放器, 简洁免费无广告
pkgver = 2.8.4
- pkgrel = 1
+ pkgrel = 2
url = http://zyplayer.fun/
arch = x86_64
license = MIT
+ depends = electron11
provides = zy-player
options = !strip
source = https://github.com/Hunlongyu/ZY-Player/releases/download/v2.8.4/ZY-Player-2.8.4.AppImage
- source = zy-player.sh
- sha256sums = 54a720730413c14d3514a53ccf6207d6c32ef3d7394499338a8d45125b0fbe9a
- sha256sums = 3626ced8de95c110129ed9dff1f8ea34243b2430b0b91c737dd7d166658bc1f2
+ source = zy-player
+ source = zy-player.desktop
+ md5sums = SKIP
+ md5sums = 00d32292a0f02465b83182ebe35a1f3f
+ md5sums = 8490019ad48ac40a5cde99ae5ba6baff
pkgname = zy-player-appimage
diff --git a/zy-player.desktop b/zy-player.desktop
new file mode 100644
index 000000000000..2540175f74ed
--- /dev/null
+++ b/zy-player.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=ZY Player
+Exec=/usr/bin/zy-player
+Terminal=false
+Type=Application
+Icon=zy-player
+Comment=跨平台视频资源播放器, 简洁免费无广告
+StartupWMClass=zy
+X-AppImage-Version=2.8.4
+Categories=AudioVideo;Player;
diff --git a/zy-player.sh b/zy-player.sh
deleted file mode 100644
index 4321b9bb2507..000000000000
--- a/zy-player.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-DESKTOPINTEGRATION=no /opt/appimages/zy-player.AppImage "$@"