Extras/bucket/inky.json
2026-05-05 16:54:38 +00:00

37 lines
1.1 KiB
JSON

{
"version": "0.15.2",
"description": "An editor for ink: inkle's narrative scripting language",
"homepage": "https://www.inklestudios.com/ink/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/inkle/inky/releases/download/0.15.2/Inky_windows_64.zip",
"hash": "c6cf8cf567d63ff322e8a41dfda453200b02d94403ef403cbd43778147f8411c"
},
"32bit": {
"url": "https://github.com/inkle/inky/releases/download/0.15.2/Inky_windows_32.zip",
"hash": "da9988bf71c7a6f6c4bada15edebab3f18f7ab3fb27e72a04f73bcd22af66a0c"
}
},
"shortcuts": [
[
"Inky.exe",
"Inky"
]
],
"bin": "Inky.exe",
"checkver": {
"github": "https://github.com/inkle/inky"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/inkle/inky/releases/download/$version/Inky_windows_64.zip"
},
"32bit": {
"url": "https://github.com/inkle/inky/releases/download/$version/Inky_windows_32.zip"
}
}
}
}