scoop-games/bucket/openmw.json

44 lines
1.8 KiB
JSON

{
"homepage": "http://openmw.org/",
"description": "An open-source open-world RPG game engine that supports playing Morrowind.",
"version": "0.45.0",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/OpenMW/openmw/releases/download/openmw-0.45.0/OpenMW-0.45.0-win64.exe#/dl.7z",
"hash": "a5aec5817973338d621c82e2a4a3f9c900e69ae433c47f5fe6cb621c40dab523"
},
"32bit": {
"url": "https://github.com/OpenMW/openmw/releases/download/openmw-0.45.0/OpenMW-0.45.0-win32.exe#/dl.7z",
"hash": "45035b1d94ace4b36f2ba9907d9702debf615b97acbc78a9c550c2d29da74b5a"
}
},
"post_install": [
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse"
],
"bin": ["openmw.exe", "openmw-cs.exe", "openmw-launcher.exe"],
"shortcuts": [
["openmw.exe", "OpenMW"],
["openmw-cs.exe", "OpenMW Construction Set"],
["openmw-launcher.exe", "OpenMW Launcher"]
],
"notes": "Please run the OpenMW Launcher in the start menu to configure the game data path. Otherwise, OpenMW won't start correctly.",
"checkver": {
"url": "https://github.com/OpenMW/openmw/releases/latest",
"regex": "\/releases\/tag\/openmw-(?:v|V)?([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/OpenMW/openmw/releases/download/openmw-$version/OpenMW-$version-win64.exe#/dl.7z"
},
"32bit": {
"url": "https://github.com/OpenMW/openmw/releases/download/openmw-$version/OpenMW-$version-win32.exe#/dl.7z"
}
},
"hash": {
"url": "$baseurl/SHA2-256SUMS"
}
}
}