Skip to content

Commit

Permalink
perfectworldarena: Add version 1.0.24020211
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <[email protected]>
  • Loading branch information
chawyehsu committed Feb 21, 2024
1 parent e8a825a commit 451de87
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions bucket/perfectworldarena.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"homepage": "https://pvp.wanmei.com/",
"description": "Esport arena operated by Perfect World",
"version": "1.0.24020211",
"license": "Proprietary",
"url": "https://client.wmpvp.com/download/perfectworldarena_win32_v1.0.24020211.exe#/dl.7z",
"hash": "sha512:6870d4e25d883a09368c017fea3461bfbbcde9d9911c12f3c5633f9be0fcc04a5c6ceb732cc479a0e2d975039b399bc4aca8884ed47015facc692b8359392d47",
"installer": {
"script": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse"
]
},
"shortcuts": [
[
"完美世界竞技平台.exe",
"完美世界竞技平台"
]
],
"checkver": {
"url": "https://client.wmpvp.com/download/latest.yml",
"regex": "perfectworldarena_win32_v([\\d.]+).exe"
},
"autoupdate": {
"url": "https://client.wmpvp.com/download/perfectworldarena_win32_v$version.exe#/dl.7z",
"hash": {
"url": "https://client.wmpvp.com/download/latest.yml",
"regex": "sha512: $base64"
}
}
}

0 comments on commit 451de87

Please sign in to comment.