scoop-games/bucket/runebook.json

27 lines
923 B
JSON
Raw Normal View History

2019-07-21 04:21:33 -07:00
{
"homepage": "https://github.com/Soundofdarkness/RuneBook",
2019-07-21 04:21:33 -07:00
"description": "Arcane Rune Pages manager for League of Legends",
2022-01-04 16:31:10 -08:00
"version": "1.15.0",
2019-07-21 04:21:33 -07:00
"license": "MIT",
2022-01-04 16:31:10 -08:00
"url": "https://github.com/Soundofdarkness/RuneBook/releases/download/v1.15.0/RuneBook_1.15.0.exe#/dl.7z",
"hash": "81a1b9c4bbaf4f2de12c3a68e88bef29379cc61a5639519ef1528907c4895f62",
2019-07-21 04:21:33 -07:00
"installer": {
"script": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Force -Recurse"
]
},
"shortcuts": [
[
"RuneBook.exe",
"RuneBook"
]
],
"checkver": {
"github": "https://github.com/Soundofdarkness/RuneBook/"
2019-07-21 04:21:33 -07:00
},
"autoupdate": {
"url": "https://github.com/Soundofdarkness/RuneBook/releases/download/v$version/RuneBook_$version.exe#/dl.7z"
2019-07-21 04:21:33 -07:00
}
}