scoop-games/bucket/runebook.json

27 lines
923 B
JSON
Raw Normal View History

2019-07-21 04:21:33 -07:00
{
2022-06-07 21:31:41 -07:00
"version": "1.16.0",
"description": "Arcane Rune Pages manager for League of Legends",
"homepage": "https://github.com/Soundofdarkness/RuneBook",
2019-07-21 04:21:33 -07:00
"license": "MIT",
2022-06-07 21:31:41 -07:00
"url": "https://github.com/Soundofdarkness/RuneBook/releases/download/v1.16.0/RuneBook_1.16.0.exe#/dl.7z",
"hash": "08ff1333afe829ff17787c2e349d1bcd4051a87b57b96e6cd4c4448eb6e01124",
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/"
},
"autoupdate": {
"url": "https://github.com/Soundofdarkness/RuneBook/releases/download/v$version/RuneBook_$version.exe#/dl.7z"
}
2019-07-21 04:21:33 -07:00
}