diff --git a/bucket/zyplayer.json b/bucket/zyplayer.json new file mode 100644 index 0000000..0e1f734 --- /dev/null +++ b/bucket/zyplayer.json @@ -0,0 +1,38 @@ +{ + "##": "ZyPlayer", + "version": "3.3.7", + "description": "跨平台桌面端视频资源播放器,免费高颜值", + "homepage": "https://github.com/Hiram-Wong/ZyPlayer", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/Hiram-Wong/ZyPlayer/releases/download/v3.3.7/zyplayer-win-3.3.7-x64.exe#/dl.7z", + "hash": "d8c5d88b1ce578f94ce3b89a13c5829636f38682242f9cca8d184f98aded0294" + }, + "32bit": { + "url": "https://github.com/Hiram-Wong/ZyPlayer/releases/download/v3.3.7/zyplayer-win-3.3.7.exe#/dl.7z", + "hash": "f18d3713351e877e5c0fbef6b757c23e68602b3c5dfb45fa18db98d8be9bc9cf" + } + }, + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Hiram-Wong/ZyPlayer/releases/download/v$version/zyplayer-win-$version-x64.exe#/dl.7z" + }, + "32bit": { + "url": "https://github.com/Hiram-Wong/ZyPlayer/releases/download/v$version/zyplayer-win-$version.exe#/dl.7z" + } + } + }, + "pre_install": [ + "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" $dir", + "Remove-Item \"$dir\\`$*\" -Force -Recurse" + ], + "shortcuts": [ + [ + "zyplayer.exe", + "ZyPlayer" + ] + ] +}