scoop-games/bucket/openmw-nightly.json

50 lines
1.9 KiB
JSON
Raw Normal View History

2020-03-05 05:04:37 -08:00
{
"version": "20220616-cee69880",
"description": "An open-source open-world RPG game engine that supports playing Morrowind. (nightly version)",
"homepage": "http://openmw.org/",
2020-03-05 05:04:37 -08:00
"license": "GPL-3.0-or-later",
2022-03-05 13:34:10 -08: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": {
"url": "https://gitlab.com/OpenMW/openmw/-/jobs/2602374059/artifacts/download#/dl.7z",
"hash": "37c5a297cc7506f93b2df4f181885e985c95ad8f4bd648decf3bd6680fc11d9b"
2022-03-19 15:54:04 -07:00
}
},
"pre_install": "Expand-ZipArchive \"$dir\\OpenMW_MSVC2019_64_Engine_RelWithDebInfo_master.zip\" \"$dir\"",
2022-06-11 07:56:45 -07:00
"post_install": "Remove-Item \"$dir\\MSVC2019_64\", \"$dir\\chocolatey.log\", \"$dir\\OpenMW_MSVC2019_64_Engine_RelWithDebInfo_*.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)"
]
],
"checkver": {
"url": "https://gitlab.com/OpenMW/openmw/-/jobs",
2022-06-11 07:56:45 -07: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_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"
}
}
}
2020-03-05 05:04:37 -08:00
}