32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"version": "2.4.7",
|
|
"description": "World of Warcraft addon updater.",
|
|
"homepage": "https://wowup.io/",
|
|
"license": "GPL-3.0-or-later",
|
|
"url": "https://github.com/WowUp/WowUp/releases/download/v2.4.7/WowUp-Setup-2.4.7.exe#/dl.7z",
|
|
"hash": "sha512:6f58df0c46d424f95d2ec0c2eb56f37314f9d0b7bf5041056dd90f6c40ae44bfc63ff003377de4c711011f62e3e1c08278e5f5b541c1b5b8bab066baded285f7",
|
|
"extract_dir": "$PLUGINSDIR",
|
|
"installer": {
|
|
"script": [
|
|
"Remove-Item \"$dir\\*\" -Exclude 'app-64.7z'",
|
|
"Expand-7zipArchive \"$dir\\app-64.7z\" \"$dir\" -Removal"
|
|
]
|
|
},
|
|
"shortcuts": [
|
|
[
|
|
"WowUp.exe",
|
|
"WowUp"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/WowUp/WowUp"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/WowUp/WowUp/releases/download/v$version/WowUp-Setup-$version.exe#/dl.7z",
|
|
"hash": {
|
|
"url": "$baseurl/latest.yml",
|
|
"find": "sha512:\\s+(.*)"
|
|
}
|
|
}
|
|
}
|