{ "homepage": "https://zdoom.org/", "description": "Legacy source port for Doom, Heretic, Hexen and more (based on GZDoom)", "version": "3.88", "license": "GPL-3.0-or-later", "architecture": { "64bit": { "url": "https://github.com/drfrag666/gzdoom/releases/download/3.88/LZDoom_3.88_x64.zip", "hash": "331210c7b2d85080333e3e00140bd0119da58256fe1d142591b079ef4fe74fda" }, "32bit": { "url": "https://github.com/drfrag666/gzdoom/releases/download/3.88/LZDoom_3.88_x86.zip", "hash": "7bb5607a59f27a8095e59319b52fe9176911c19431b7267a0b1d119a039dab5f" } }, "bin": "lzdoom.exe", "shortcuts": [ [ "lzdoom.exe", "LZDoom" ] ], "pre_install": "New-Item -ItemType Directory -Force -Path $persist_dir\\..\\_doom | Out-Null", "env_set": { "DOOMWADDIR": "$persist_dir\\..\\_doom" }, "checkver": { "github": "https://github.com/drfrag666/gzdoom" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/drfrag666/gzdoom/releases/download/$version/LZDoom_$version_x64.zip" }, "32bit": { "url": "https://github.com/drfrag666/gzdoom/releases/download/$version/LZDoom_$version_x86.zip" } } }, "notes": [ "Place WAD files (game data) in:", "", " $persist_dir\\..\\_doom" ] }