Skip to content

Commit

Permalink
chore(zyplayer): init version 3.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aliuq committed Sep 1, 2024
1 parent 51c3640 commit 7081d18
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions bucket/zyplayer.json
Original file line number Diff line number Diff line change
@@ -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"
]
]
}

0 comments on commit 7081d18

Please sign in to comment.