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)",
|
2021-06-15 17:30:12 -07:00
|
|
|
"version": "20210615-c729dd5d",
|
2020-03-05 05:04:37 -08:00
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
2021-06-15 17:30:12 -07:00
|
|
|
"url": "https://gitlab.com/OpenMW/openmw/-/jobs/1349913177/artifacts/download#/dl.7z",
|
|
|
|
"hash": "d8cb552b88a6499d1e0f3717d0617875c7cf218877c91bcdca84c350a9a7a640"
|
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": [
|
2020-03-09 17:00:27 -07:00
|
|
|
"openmw.exe",
|
|
|
|
"openmw-launcher.exe",
|
|
|
|
[
|
|
|
|
"openmw.exe",
|
|
|
|
"openmw-nightly"
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"openmw-launcher.exe",
|
|
|
|
"openmw-launcher-nightly"
|
|
|
|
]
|
2020-03-05 05:04:37 -08:00
|
|
|
],
|
|
|
|
"shortcuts": [
|
2020-03-09 17:00:27 -07:00
|
|
|
[
|
|
|
|
"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",
|
|
|
|
"regex": "(?<commit>[0-9a-f]{8})(?:.*\\n){16}Windows_Ninja_Engine_Release(?:.*\\n){10}.*?datetime=\"(?<year>[0-9]{4})-(?<month>[0-9]{2})-(?<day>[0-9]{2})(?:.*\\n){8}.*?\\/OpenMW\\/openmw\\/-\\/jobs\\/(?<job>[0-9]{10})",
|
2020-05-20 00:24:20 -07:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|