scoop-games/bucket/sw-exporter.json

43 lines
1.5 KiB
JSON

{
"version": "0.0.50",
"description": "Parse intercepted data from Summoner's War and extract information on the monsters and runes of the user. They can then be uploaded to https://swarfarm.com/ for example.",
"homepage": "https://github.com/Xzandro/sw-exporter",
"license": "Apache-2.0",
"url": "https://github.com/Xzandro/sw-exporter/releases/download/v0.0.50/Summoners-War-Exporter-Portable-0.0.50-win.exe#/dl.7z",
"hash": "d0a718ab0d8c3d92b2ed94ab3f1dd0921412c1d9211b2e49c92095fb2d7c8f33",
"architecture": {
"32bit": {
"installer": {
"script": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse"
]
}
},
"64bit": {
"installer": {
"script": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse"
]
}
}
},
"bin": [
[
"Summoners War Exporter.exe",
"sw-exporter"
]
],
"shortcuts": [
[
"Summoners War Exporter.exe",
"Summoner's War Exporter"
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/Xzandro/sw-exporter/releases/download/v$version/Summoners-War-Exporter-Portable-$version-win.exe#/dl.7z"
}
}