scoop-games/bucket/vortex.json

39 lines
1.3 KiB
JSON

{
"version": "1.6.8",
"description": "Open-source mod manager from Nexus Mods",
"homepage": "https://www.nexusmods.com/about/vortex/",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/Nexus-Mods/Vortex/releases/download/v1.6.8/vortex-setup-1.6.8.exe#/dl.7z",
"hash": "f4ed3e91f48edef7c03aec8dbb92de97acc96902e4527804530eb98c8e725ef7",
"installer": {
"script": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse"
]
}
}
},
"shortcuts": [
[
"Vortex.exe",
"Vortex"
]
],
"checkver": {
"github": "https://github.com/Nexus-Mods/Vortex"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Nexus-Mods/Vortex/releases/download/v$version/vortex-setup-$version.exe#/dl.7z",
"hash": {
"url": "https://github.com/Nexus-Mods/Vortex/releases/download/v$version/latest.yml",
"find": "sha2: $sha256"
}
}
}
}
}