-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathCPod.json
25 lines (25 loc) · 863 Bytes
/
CPod.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"homepage": "/~https://github.com/z-------------/CPod",
"description": "A simple podcast app",
"license": "Apache-2.0",
"version": "1.28.2",
"url": "/~https://github.com/z-------------/CPod/releases/download/v1.28.2/CPod-Setup-1.28.2.exe#/dl.7z",
"hash": "955c0ca86ce3440fb3f09683d31d359044ae7187645d8029b165079f7f99a1e6",
"installer": {
"script": [
"Expand-7ZipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal",
"Remove-Item \"$dir\\`$PLUGINSDIR\",\"$dir\\Uninstall CPod.exe\" -Force -Recurse"
]
},
"bin": "CPod.exe",
"shortcuts": [
[
"CPod.exe",
"CPod"
]
],
"checkver": "github",
"autoupdate": {
"url": "/~https://github.com/z-------------/CPod/releases/download/v$version/CPod-Setup-$version.exe#/dl.7z"
}
}