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": "20200526-a6351dd88",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://rgw.ctrl-c.liu.se/openmw/Nightlies/OpenMW-a6351dd88-win64.exe#/dl.7z",
"hash": "fc0f64ac27189be9facb98b85fc3353c682eaaed6b6eb21e867655c605843c30"
},
"32bit": {
"url": "https://rgw.ctrl-c.liu.se/openmw/Nightlies/OpenMW-a6351dd88-win32.exe#/dl.7z",
"hash": "84ea24351107d1e374f5f13835094edb1f4378809fa685253f1962690779e040"
}
},
"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})"
}
}
}
}
}