38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://zdoom.org/wiki/ZDL",
|
|
"description": "ZDL is a frontend (\"launcher\") for ZDoom based Doom engine source ports.",
|
|
"version": "3-1.1",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/lcferrum/qzdl/releases/download/3-1.1/ZDL_3-1.1_Win_x86.zip",
|
|
"hash": "11a6775460df1823feedf3ca20e7d0cb691bf70f20c77b2e0255b99ced55691a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/lcferrum/qzdl/releases/download/3-1.1/ZDL_3-1.1_Win_x86.zip",
|
|
"hash": "11a6775460df1823feedf3ca20e7d0cb691bf70f20c77b2e0255b99ced55691a"
|
|
}
|
|
},
|
|
"bin": "ZDL.exe",
|
|
"shortcuts": [
|
|
[
|
|
"ZDL.exe",
|
|
"ZDL"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/lcferrum/qzdl",
|
|
"regex": "/releases/tag/([\\w.-]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/lcferrum/qzdl/releases/download/$version/ZDL_$version_Win_x86.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/lcferrum/qzdl/releases/download/$version/ZDL_$version_Win_x86.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|