mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
29 lines
885 B
JSON
29 lines
885 B
JSON
{
|
|
"version": "8.5.3",
|
|
"description": "Popular open source visual novel engine that uses Python for scripting",
|
|
"homepage": "https://www.renpy.org/",
|
|
"license": "MIT",
|
|
"url": "https://www.renpy.org/dl/8.5.3/renpy-8.5.3-sdk.7z.exe#/dl.7z",
|
|
"hash": "f0d18b03af2bd1eb6dee223071557028a287f4b82a2403bddf1f336869346dfb",
|
|
"extract_dir": "renpy-8.5.3-sdk",
|
|
"bin": "renpy.exe",
|
|
"shortcuts": [
|
|
[
|
|
"renpy.exe",
|
|
"RenPy"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://www.renpy.org/release_list.html",
|
|
"regex": "Ren'Py ([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://www.renpy.org/dl/$version/renpy-$version-sdk.7z.exe#/dl.7z",
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt",
|
|
"regex": "$sha256\\s+$basename"
|
|
},
|
|
"extract_dir": "renpy-$version-sdk"
|
|
}
|
|
}
|