assetstudio: Update to version 0.15.47, add autoupdate (#260)

master
eai04191 2021-05-29 20:50:45 +09:00 committed by GitHub
parent a946f7a80b
commit f1d0f2a3b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 11 deletions

View File

@ -1,19 +1,16 @@
{
"homepage": "https://github.com/Perfare/AssetStudio",
"description": "Tool for exploring, extracting and exporting Unity assets and assetbundles.",
"version": "0.15.23",
"version": "0.15.47",
"license": "MIT",
"url": "https://ci.appveyor.com/api/buildjobs/wxno7kxf5rk7bpsa/artifacts/AssetStudioGUI%2Fbin%2FAssetStudio.v0.15.23.zip",
"hash": "f538f01e32b98757ed58d7179c1f6ca410dd25f87cb7dd0795e3607e3604a705",
"url": "https://github.com/Perfare/AssetStudio/releases/download/v0.15.47/AssetStudio.v0.15.47.zip",
"hash": "542BF3E416656CC28DB45F648FF2735B57E97C8207C8025C7A0CF792D85CBD91",
"bin": "AssetStudioGUI.exe",
"shortcuts": [
[
"AssetStudioGUI.exe",
"AssetStudio"
]
],
"shortcuts": [["AssetStudioGUI.exe", "AssetStudio"]],
"checkver": {
"url": "https://ci.appveyor.com/api/projects/Perfare/assetstudio/history?recordsNumber=10",
"regex": "\"version\":\"([\\d.]+)\""
"github": "https://github.com/Perfare/AssetStudio"
},
"autoupdate": {
"url": "https://github.com/Perfare/AssetStudio/releases/download/v$version/AssetStudio.v$version.zip"
}
}