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.3",
|
|
"license": "GPL-2.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/SuperTux/supertux/releases/download/v0.6.3/SuperTux-v0.6.3-win64.msi",
|
|
"hash": "97502d37e9525a5aa184adf44f9da7cf3a89a96755b61a0de4ea6002c8c1e232"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/SuperTux/supertux/releases/download/v0.6.3/SuperTux-v0.6.3-win32.msi",
|
|
"hash": "8da658fa2b055e98685814575d372d1ce96d779ab9dea83cded9c97b2e66dc82"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|