{ "homepage": "https://zdoom.org/", "description": "Modern source port for Doom, Heretic, Hexen and more", "version": "4.6.0", "license": "GPL-3.0-or-later", "architecture": { "64bit": { "url": "https://github.com/coelckers/gzdoom/releases/download/g4.6.0/gzdoom-4-6-0-Windows-64bit.zip", "hash": "76821423a308614901c9f9366750a413bad8857281a33d8b184c01775edaa552" } }, "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" ] }