{ "version": "20220616-cee69880", "description": "An open-source open-world RPG game engine that supports playing Morrowind. (nightly version)", "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://gitlab.com/OpenMW/openmw/-/jobs/2602374059/artifacts/download#/dl.7z", "hash": "37c5a297cc7506f93b2df4f181885e985c95ad8f4bd648decf3bd6680fc11d9b" } }, "pre_install": "Expand-ZipArchive \"$dir\\OpenMW_MSVC2019_64_Engine_RelWithDebInfo_master.zip\" \"$dir\"", "post_install": "Remove-Item \"$dir\\MSVC2019_64\", \"$dir\\chocolatey.log\", \"$dir\\OpenMW_MSVC2019_64_Engine_RelWithDebInfo_*.zip\" -Force -Recurse", "bin": [ "openmw.exe", "openmw-launcher.exe", [ "openmw.exe", "openmw-nightly" ], [ "openmw-launcher.exe", "openmw-launcher-nightly" ] ], "shortcuts": [ [ "openmw.exe", "OpenMW (nightly)" ], [ "openmw-launcher.exe", "OpenMW Launcher (nightly)" ] ], "checkver": { "url": "https://gitlab.com/OpenMW/openmw/-/jobs", "regex": "\\/commit\\/[0-9a-f]{40}\">(?[0-9a-f]{8})<\\/a>(?:.*\\n){21}.*datetime=\"(?[0-9]{4})-(?[0-9]{2})-(?[0-9]{2})(?:.*\\n){16}passed(?:.*\\n){4}.*(?[0-9]{10})\">Windows_MSBuild_Engine_RelWithDebInfo(?:.*\\n){7}.*>master<", "replace": "${year}${month}${day}-${commit}" }, "autoupdate": { "architecture": { "64bit": { "url": "https://gitlab.com/OpenMW/openmw/-/jobs/$matchJob/artifacts/download#/dl.7z" } } } }