scoop-games/bucket/gzdoom.json

48 lines
1.4 KiB
JSON

{
"version": "4.8.2",
"description": "Modern source port for Doom, Heretic, Hexen and more",
"homepage": "https://zdoom.org/",
"license": "GPL-3.0-or-later",
"notes": [
"Place WAD files (game data) in:",
"",
" $persist_dir\\..\\_doom"
],
"architecture": {
"64bit": {
"url": "https://github.com/coelckers/gzdoom/releases/download/g4.8.2/gzdoom-4-8-2-Windows-64bit.zip",
"hash": "335138447b745cad9c6b0f2d17e269c742bee546babe9c505ea736a0bd53b6c0"
}
},
"pre_install": [
"New-Item -ItemType Directory -Force -Path $persist_dir\\..\\_doom | Out-Null",
"New-Item -Path $dir -Name gzdoom_portable.ini -ItemType File -ErrorAction Ignore | Out-Null"
],
"env_set": {
"DOOMWADDIR": "$persist_dir\\..\\_doom"
},
"bin": "gzdoom.exe",
"shortcuts": [
[
"gzdoom.exe",
"GZDoom"
]
],
"persist": [
"gzdoom_portable.ini",
"Save",
"Screenshots"
],
"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-$dashVersion-Windows-64bit.zip"
}
}
}
}