scoop-games/bucket/openmw-nightly.json

50 lines
1.8 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. (nightly version)",
"version": "20220304-9396cc75",
2020-03-05 05:04:37 -08:00
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://gitlab.com/OpenMW/openmw/-/jobs/2166007260/artifacts/download#/dl.7z",
"hash": "9bf3bf32fda68dfdce63bc91d367ac78b9f57096a89dfa55b3d1cebcda4fa34d"
2020-03-05 05:04:37 -08:00
}
},
2021-06-06 07:21:49 -07:00
"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",
2020-03-05 05:04:37 -08:00
"bin": [
"openmw.exe",
"openmw-launcher.exe",
[
"openmw.exe",
"openmw-nightly"
],
[
"openmw-launcher.exe",
"openmw-launcher-nightly"
]
2020-03-05 05:04:37 -08:00
],
"shortcuts": [
[
"openmw.exe",
"OpenMW (nightly)"
],
[
"openmw-launcher.exe",
"OpenMW Launcher (nightly)"
]
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": {
2021-06-06 07:21:49 -07:00
"url": "https://gitlab.com/OpenMW/openmw/-/jobs",
2022-02-10 09:39:07 -08:00
"regex": "\\/commit\\/[0-9a-f]{40}\">(?<commit>[0-9a-f]{8})<\\/a>(?:.*\\n){21}.*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}"
2020-03-05 05:04:37 -08:00
},
"autoupdate": {
"architecture": {
"64bit": {
2021-06-06 07:21:49 -07:00
"url": "https://gitlab.com/OpenMW/openmw/-/jobs/$matchJob/artifacts/download#/dl.7z"
2020-03-05 05:04:37 -08:00
}
}
}
}