44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://zdoom.org/",
|
|
"description": "Modern source port for Doom, Heretic, Hexen and more",
|
|
"version": "4.5.0",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/coelckers/gzdoom/releases/download/g4.5.0/gzdoom-4-5-0-Windows-64bit.zip",
|
|
"hash": "af99bf22f30876f7c658badc245e44d7fcde7a4b3b9bd53639412231a0c0e42c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"notes": [
|
|
"Place WAD files (game data) in:",
|
|
"",
|
|
" $persist_dir\\..\\_doom"
|
|
]
|
|
}
|