47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://zdoom.org/",
|
|
"description": "Modern source port for Doom, Heretic, Hexen and more",
|
|
"version": "4.1.2",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/coelckers/gzdoom/releases/download/g4.1.2/gzdoom-bin-4-1-2b-x64.zip",
|
|
"hash": "2c613c46cc99380309dca8d308751f72fb40637aa3312cb9c85b0638649030b4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/coelckers/gzdoom/releases/download/g4.1.2/gzdoom-bin-4-1-2b.zip",
|
|
"hash": "5ecc38885e71f719143f6838fca4dce6d8851ee5ac32321966694ac2b0b98d66"
|
|
}
|
|
},
|
|
"bin": "gzdoom.exe",
|
|
"shortcuts": [
|
|
[
|
|
"gzdoom.exe",
|
|
"GZDoom"
|
|
]
|
|
],
|
|
"pre_install": "New-Item -ItemType Directory -Force -Path $persist_dir\\..\\_doom | Out-Null",
|
|
"env_set": {
|
|
"DOOMWADDIR": "$persist_dir\\..\\_doom"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/coelckers/gzdoom",
|
|
"regex": "/releases/tag/(?:g)?([\\w.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/coelckers/gzdoom/releases/download/g$version/gzdoom-bin-$dashVersion-x64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/coelckers/gzdoom/releases/download/g$version/gzdoom-bin-$dashVersion.zip"
|
|
}
|
|
}
|
|
},
|
|
"notes": [
|
|
"Place WAD files (game data) in:",
|
|
"",
|
|
" $persist_dir\\..\\_doom"
|
|
]
|
|
}
|