{ "homepage": "https://zdoom.org/", "description": "Modern source port for Doom, Heretic, Hexen and more", "version": "4.3.3", "license": "GPL-3.0-or-later", "architecture": { "64bit": { "url": "https://github.com/coelckers/gzdoom/releases/download/g4.3.3/gzdoom-4-3-3-Windows-64bit.zip", "hash": "85a08a81ee894c41ea851d8d4917e8ac0fcf5dad2185fafebed83a93c55f9e37" }, "32bit": { "url": "https://github.com/coelckers/gzdoom/releases/download/g4.3.3/gzdoom-4-3-3-Windows-32bit.zip", "hash": "e3f1358f94d717649ef1edfc7136095a030a1164691e5a690c4887b9b9d11bfb" } }, "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" ] }