scoop-games/bucket/openmw-nightly.json

50 lines
1.8 KiB
JSON

{
"homepage": "http://openmw.org/",
"description": "An open-source open-world RPG game engine that supports playing Morrowind. (nightly version)",
"version": "20210829-06e1b17c",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://gitlab.com/OpenMW/openmw/-/jobs/1544173355/artifacts/download#/dl.7z",
"hash": "1ca338471fe70858aac01804c3cb872f01f1469c1f1a533160d42bad31b1b2f8"
}
},
"pre_install": "Expand-ZipArchive \"$dir\\OpenMW_MSVC2019_64_Engine_Release_*.zip\" \"$dir\"",
"post_install": "Remove-Item \"$dir\\MSVC2019_64_Ninja\", \"$dir\\chocolatey.log\", \"$dir\\OpenMW_MSVC2019_64_Engine_Release_*.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)"
]
],
"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://gitlab.com/OpenMW/openmw/-/jobs",
"regex": "\\/commit\\/[0-9a-f]{40}\">(?<commit>[0-9a-f]{8})<\\/a>(?:.*\\n){23}.*datetime=\"(?<year>[0-9]{4})-(?<month>[0-9]{2})-(?<day>[0-9]{2})(?:.*\\n){16}passed(?:.*\\n){4}.*(?<job>[0-9]{10})\">Windows_Ninja_Engine_Release",
"replace": "${year}${month}${day}-${commit}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://gitlab.com/OpenMW/openmw/-/jobs/$matchJob/artifacts/download#/dl.7z"
}
}
}
}