73 lines
2.6 KiB
JSON
73 lines
2.6 KiB
JSON
{
|
|
"homepage": "http://openmw.org/",
|
|
"description": "An open-source open-world RPG game engine that supports playing Morrowind. (nightly version)",
|
|
"version": "20200808-f73aa9f27",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://rgw.ctrl-c.liu.se/openmw/Nightlies/OpenMW-f73aa9f27-win64.exe#/dl.7z",
|
|
"hash": "43738f1b79ed42064edfb5408292a2ccd0d467df581fc7f01c06198305deafc7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://rgw.ctrl-c.liu.se/openmw/Nightlies/OpenMW-f73aa9f27-win32.exe#/dl.7z",
|
|
"hash": "1cd766bbc470b9a535b01871cc64b5477438f106a3758fa63dd4adbc8b09f4b5"
|
|
}
|
|
},
|
|
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse",
|
|
"bin": [
|
|
"openmw.exe",
|
|
"openmw-cs.exe",
|
|
"openmw-launcher.exe",
|
|
[
|
|
"openmw.exe",
|
|
"openmw-nightly"
|
|
],
|
|
[
|
|
"openmw-cs.exe",
|
|
"openmw-cs-nightly"
|
|
],
|
|
[
|
|
"openmw-launcher.exe",
|
|
"openmw-launcher-nightly"
|
|
]
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"openmw.exe",
|
|
"OpenMW (nightly)"
|
|
],
|
|
[
|
|
"openmw-cs.exe",
|
|
"OpenMW Construction Set (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://openmw-nightlies.kubernetes.ctrl-c.liu.se/latest/OpenMW-latest-win32.json",
|
|
"regex": "(OpenMW-(?<commit>[a-z0-9]{9})-win32.exe.*\"date\":\"(?<year>[0-9]{4})-(?<month>[0-9]{2})-(?<day>[0-9]{2}))",
|
|
"replace": "${year}${month}${day}-${commit}"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://rgw.ctrl-c.liu.se/openmw/Nightlies/OpenMW-$matchCommit-win64.exe#/dl.7z",
|
|
"hash": {
|
|
"url": "https://openmw-nightlies.kubernetes.ctrl-c.liu.se/latest/OpenMW-latest-win64.sha256",
|
|
"find": "([A-Fa-f0-9]{64})"
|
|
}
|
|
},
|
|
"32bit": {
|
|
"url": "https://rgw.ctrl-c.liu.se/openmw/Nightlies/OpenMW-$matchCommit-win32.exe#/dl.7z",
|
|
"hash": {
|
|
"url": "https://openmw-nightlies.kubernetes.ctrl-c.liu.se/latest/OpenMW-latest-win32.sha256",
|
|
"find": "([A-Fa-f0-9]{64})"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|