scoop-games/bucket/openmw.json

55 lines
1.9 KiB
JSON
Raw Normal View History

2020-03-05 05:04:37 -08:00
{
"homepage": "http://openmw.org/",
"description": "An open-source open-world RPG game engine that supports playing Morrowind.",
2020-06-15 17:30:37 -07:00
"version": "0.46.0",
2020-03-05 05:04:37 -08:00
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
2020-06-15 17:30:37 -07:00
"url": "https://github.com/OpenMW/openmw/releases/download/openmw-0.46.0/OpenMW-0.46.0-win64.exe#/dl.7z",
"hash": "d9b4cb5d4e32dc6186ea8a2a8b2620f9c104d753540d82682f69a56f591035d7"
2020-03-05 05:04:37 -08:00
},
"32bit": {
2020-06-15 17:30:37 -07:00
"url": "https://github.com/OpenMW/openmw/releases/download/openmw-0.46.0/OpenMW-0.46.0-win32.exe#/dl.7z",
"hash": "8d6e38665de5c7ece6b9a1d0f5608148f69232082c5bc6dc59d7a4ed1a10dd51"
2020-03-05 05:04:37 -08:00
}
},
2020-06-15 17:30:37 -07:00
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse",
"bin": [
"openmw.exe",
"openmw-cs.exe",
"openmw-launcher.exe"
2020-03-05 05:04:37 -08:00
],
"shortcuts": [
2020-06-15 17:30:37 -07:00
[
"openmw.exe",
"OpenMW"
],
[
"openmw-cs.exe",
"OpenMW Construction Set"
],
[
"openmw-launcher.exe",
"OpenMW Launcher"
]
2020-03-05 05:04:37 -08:00
],
"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",
2020-06-15 17:30:37 -07:00
"regex": "/releases/tag/openmw-(?:v|V)?([\\d.]+)"
2020-03-05 05:04:37 -08:00
},
"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"
}
}
}