sw-exporter: Update to version 0.0.45, fix autoupdate (#433)

master
satorope 2021-10-31 00:16:27 +09:00 committed by GitHub
parent 24fb00e191
commit 48ccddf67d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 6 deletions

View File

@ -2,18 +2,41 @@
"homepage": "https://github.com/Xzandro/sw-exporter",
"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.",
"license": "Apache-2.0",
"version": "0.0.37",
"url": "https://github.com/Xzandro/sw-exporter/releases/download/0.0.37/Summoners-War-Exporter-Portable-0.0.37-win.exe#/sw-exporter.exe",
"hash": "1d616c335a92edb6bee4db088c302bfeb266cedbfdb07c0eb46cebc390a5a823",
"bin": "sw-exporter.exe",
"version": "0.0.45",
"url": "https://github.com/Xzandro/sw-exporter/releases/download/v0.0.45/Summoners-War-Exporter-Portable-0.0.45-win.exe#/dl.7z",
"hash": "ab7e8a2c6959b35d8432ba04ebf1c3cb4fc64506edf446b79dfb3f4b2c4ea384",
"architecture": {
"64bit": {
"installer": {
"script": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse"
]
}
},
"32bit": {
"installer": {
"script": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse"
]
}
}
},
"bin": [
[
"Summoners War Exporter.exe",
"sw-exporter"
]
],
"shortcuts": [
[
"sw-exporter.exe",
"Summoners War Exporter.exe",
"Summoner's War Exporter"
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/Xzandro/sw-exporter/releases/download/$version/Summoners-War-Exporter-Portable-$version-win.exe#/sw-exporter.exe"
"url": "https://github.com/Xzandro/sw-exporter/releases/download/v$version/Summoners-War-Exporter-Portable-$version-win.exe#/dl.7z"
}
}