43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://www.supertux.org/",
|
|
"description": "2D platformer inspired by the Super Mario Bros series",
|
|
"version": "0.6.2",
|
|
"license": "GPL-2.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/SuperTux/supertux/releases/download/v0.6.2/SuperTux-v0.6.2-win64.msi",
|
|
"hash": "4f858952ab26803657cd02607165668a37105054905012a6b95d7aca59f4dec3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/SuperTux/supertux/releases/download/v0.6.2/SuperTux-v0.6.2-win32.msi",
|
|
"hash": "49e4d7361d75029b8fad3f337534a5570b4c21f3270b69c35351c32654eb5c18"
|
|
}
|
|
},
|
|
"extract_dir": "SuperTux",
|
|
"bin": [
|
|
[
|
|
"bin\\supertux2.exe",
|
|
"supertux"
|
|
]
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"bin\\supertux2.exe",
|
|
"SuperTux"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/SuperTux/supertux"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/SuperTux/supertux/releases/download/v$version/SuperTux-v$version-win64.msi"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/SuperTux/supertux/releases/download/v$version/SuperTux-v$version-win32.msi"
|
|
}
|
|
}
|
|
}
|
|
}
|