scoop-games/bucket/sw-exporter.json

43 lines
1.5 KiB
JSON

{
"version": "0.0.48",
"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.48/Summoners-War-Exporter-Portable-0.0.48-win.exe#/dl.7z",
"hash": "63e36a973d0994f5cd823c440652acdeb4f613cea0fe1f63058e903244a47f17",
"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"
}
}