Add OpenMW stable and nightly (#95)

master
Hugo Locurcio 2020-03-05 14:04:37 +01:00 committed by GitHub
parent 969563693f
commit 48c019d7d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 96 additions and 0 deletions

View File

@ -0,0 +1,53 @@
{
"homepage": "http://openmw.org/",
"description": "An open-source open-world RPG game engine that supports playing Morrowind. (nightly version)",
"version": "bbca1f3d1",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "http://www.lysator.liu.se/~ace/OpenMW/nightlies/OpenMW-bbca1f3d1-win64.exe#/dl.7z",
"hash": "md5:5fb55ae356ed59c9afc9792d070cc9cb"
},
"32bit": {
"url": "http://www.lysator.liu.se/~ace/OpenMW/nightlies/OpenMW-bbca1f3d1-win32.exe#/dl.7z",
"hash": "md5:89dd37f46352043b591475ceccedbd4c"
}
},
"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": "http://www.lysator.liu.se/~ace/OpenMW/OpenMW-latest-win32.exe.md5",
"regex": "nightlies\/OpenMW-([a-z0-9]+)-win32"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://www.lysator.liu.se/~ace/OpenMW/nightlies/OpenMW-$version-win64.exe#/dl.7z",
"hash": {
"url": "http://www.lysator.liu.se/~ace/OpenMW/OpenMW-latest-win64.exe.md5",
"find": "([A-Fa-f0-9]{32})"
}
},
"32bit": {
"url": "http://www.lysator.liu.se/~ace/OpenMW/nightlies/OpenMW-$version-win32.exe#/dl.7z",
"hash": {
"url": "http://www.lysator.liu.se/~ace/OpenMW/OpenMW-latest-win32.exe.md5",
"find": "([A-Fa-f0-9]{32})"
}
}
}
}
}

43
bucket/openmw.json Normal file
View File

@ -0,0 +1,43 @@
{
"homepage": "http://openmw.org/",
"description": "An open-source open-world RPG game engine that supports playing Morrowind.",
"version": "0.45.0",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/OpenMW/openmw/releases/download/openmw-0.45.0/OpenMW-0.45.0-win64.exe#/dl.7z",
"hash": "a5aec5817973338d621c82e2a4a3f9c900e69ae433c47f5fe6cb621c40dab523"
},
"32bit": {
"url": "https://github.com/OpenMW/openmw/releases/download/openmw-0.45.0/OpenMW-0.45.0-win32.exe#/dl.7z",
"hash": "45035b1d94ace4b36f2ba9907d9702debf615b97acbc78a9c550c2d29da74b5a"
}
},
"post_install": [
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse"
],
"bin": ["openmw.exe", "openmw-cs.exe", "openmw-launcher.exe"],
"shortcuts": [
["openmw.exe", "OpenMW"],
["openmw-cs.exe", "OpenMW Construction Set"],
["openmw-launcher.exe", "OpenMW Launcher"]
],
"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://github.com/OpenMW/openmw/releases/latest",
"regex": "\/releases\/tag\/openmw-(?:v|V)?([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/OpenMW/openmw/releases/download/openmw-$version/OpenMW-$version-win64.exe#/dl.7z"
},
"32bit": {
"url": "https://github.com/OpenMW/openmw/releases/download/openmw-$version/OpenMW-$version-win32.exe#/dl.7z"
}
},
"hash": {
"url": "$baseurl/SHA2-256SUMS"
}
}
}