2020-03-05 14:04:37 +01:00
|
|
|
{
|
2022-04-28 00:38:38 +00:00
|
|
|
"version": "0.47.0",
|
2022-03-06 17:45:55 -07:00
|
|
|
"description": "An open-source open-world RPG game engine that supports playing Morrowind.",
|
|
|
|
"homepage": "http://openmw.org/",
|
2020-03-05 14:04:37 +01:00
|
|
|
"license": "GPL-3.0-or-later",
|
2022-03-05 14:34:10 -07:00
|
|
|
"notes": "Please run the OpenMW Launcher in the start menu to configure the game data path. Otherwise, OpenMW won't start correctly.",
|
2022-03-19 15:54:04 -07:00
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
2022-04-28 00:38:38 +00:00
|
|
|
"url": "https://github.com/OpenMW/openmw/releases/download/openmw-0.47.0/OpenMW-0.47.0-win64.exe#/dl.7z",
|
|
|
|
"hash": "02702977ae32d73aa20e5710a20bc5452d7131dab63bc43d194e339cadaf1e61"
|
2022-03-19 15:54:04 -07:00
|
|
|
}
|
|
|
|
},
|
2022-03-06 17:45:55 -07:00
|
|
|
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse",
|
2020-06-16 00:30:37 +00:00
|
|
|
"bin": [
|
|
|
|
"openmw.exe",
|
|
|
|
"openmw-cs.exe",
|
|
|
|
"openmw-launcher.exe"
|
2020-03-05 14:04:37 +01:00
|
|
|
],
|
|
|
|
"shortcuts": [
|
2020-06-16 00:30:37 +00:00
|
|
|
[
|
|
|
|
"openmw.exe",
|
|
|
|
"OpenMW"
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"openmw-cs.exe",
|
|
|
|
"OpenMW Construction Set"
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"openmw-launcher.exe",
|
|
|
|
"OpenMW Launcher"
|
|
|
|
]
|
2022-03-06 17:45:55 -07:00
|
|
|
],
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-03-05 14:04:37 +01:00
|
|
|
}
|