51 lines
1.7 KiB
JSON
51 lines
1.7 KiB
JSON
{
|
|
"homepage": "https://zdoom.org/",
|
|
"description": "Modern source port for Doom, Heretic, Hexen and more",
|
|
"version": "4.4.2",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/coelckers/gzdoom/releases/download/g4.4.2/gzdoom-4-4-2-Windows-64bit.zip",
|
|
"hash": "59b5799f9bfae9e588593d52c75fbf6fa41207cad671635e8b1cab879c155d44"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/coelckers/gzdoom/releases/download/g4.4.2/gzdoom-4-4-2-Windows-32bit.zip",
|
|
"hash": "aefa4376043d4a88841be0f8aa26d4e482844fb49b1f9cfb234b9c8cf109782e"
|
|
}
|
|
},
|
|
"bin": "gzdoom.exe",
|
|
"shortcuts": [
|
|
[
|
|
"gzdoom.exe",
|
|
"GZDoom"
|
|
]
|
|
],
|
|
"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"
|
|
],
|
|
"persist": "gzdoom_portable.ini",
|
|
"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-$dashVersion-Windows-64bit.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/coelckers/gzdoom/releases/download/g$version/gzdoom-$dashVersion-Windows-32bit.zip"
|
|
}
|
|
}
|
|
},
|
|
"notes": [
|
|
"Place WAD files (game data) in:",
|
|
"",
|
|
" $persist_dir\\..\\_doom"
|
|
]
|
|
}
|