scoop-games/bucket/openmw-nightly.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": "20200520-61fbc1cd0",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://rgw.ctrl-c.liu.se/openmw/Nightlies/OpenMW-61fbc1cd0-win64.exe#/dl.7z",
"hash": "efaabe03ec5b83db9ff4c624b4665870fc3ff3b02f129653fe8486022d0d16a1"
},
"32bit": {
"url": "https://rgw.ctrl-c.liu.se/openmw/Nightlies/OpenMW-61fbc1cd0-win32.exe#/dl.7z",
"hash": "1516a1d30773b747858b14f1690aedf60d4cc4cf217ad280a4557638716b2466"
}
},
"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})"
}
}
}
}
}