{ "version": "0.50.0", "description": "An open-source open-world RPG game engine that supports playing Morrowind.", "homepage": "http://openmw.org/", "license": "GPL-3.0-or-later", "notes": "Please run the OpenMW Launcher in the start menu to configure the game data path. Otherwise, OpenMW won't start correctly.", "architecture": { "64bit": { "url": "https://github.com/OpenMW/openmw/releases/download/openmw-0.50.0/OpenMW-0.50.0-win64.exe#/dl.7z", "hash": "2c509c84fc8dbf68bdb8c11f6265689b506d26f7297e51a79e40999bab87d7c5" } }, "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" ] ], "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" } } } }