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-04-25 17:30:37 -07:00
|
|
|
"version": "20210425-add04a4e",
|
2020-03-05 05:04:37 -08:00
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
2021-04-25 17:30:37 -07:00
|
|
|
"url": "https://gitlab.com/OpenMW/openmw/-/jobs/artifacts/add04a4e/download?job=Windows_Ninja_Engine_Release#/dl.7z",
|
|
|
|
"hash": "8ea7a8bca481b0434afece3039b01d06649e875e54afa4e2fae4acaa697a0bc4"
|
2020-03-05 05:04:37 -08:00
|
|
|
}
|
|
|
|
},
|
2021-03-01 07:40:27 -08:00
|
|
|
"pre_install": "Expand-ZipArchive \"$dir\\OpenMW_MSVC2019_64_Engine_Release_master*.zip\" \"$dir\"",
|
|
|
|
"post_install": "Remove-Item \"$dir\\MSVC2019_64_Ninja\", \"$dir\\chocolatey.log\", \"$dir\\OpenMW_MSVC2019_64_Engine_Release_master*.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-02-07 13:57:31 -08:00
|
|
|
"url": "https://gitlab.com/OpenMW/openmw/-/commits/master",
|
|
|
|
"regex": "datetime=\"(?<year>[0-9]{4})-(?<month>[0-9]{2})-(?<day>[0-9]{2})(?:.*\\n){7}.+Pipeline: passed(?:.*\\n){4}(?<commit>[0-9a-f]{8})",
|
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-02-08 09:33:15 -08:00
|
|
|
"url": "https://gitlab.com/OpenMW/openmw/-/jobs/artifacts/$matchCommit/download?job=Windows_Ninja_Engine_Release#/dl.7z"
|
2020-03-05 05:04:37 -08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|