{ "homepage": "https://www.doomretro.com/", "description": "A classic redefined DOOM source port", "license": "GPL-3.0-or-later", "version": "4.2", "architecture": { "64bit": { "url": "https://github.com/bradharding/doomretro/releases/download/v4.2/doomretro-4.2-win64.zip", "hash": "283e62c9fdd1fdc38f05932a9ae863667dc3968668e3c03f5f6b55c8ac80073f" }, "32bit": { "url": "https://github.com/bradharding/doomretro/releases/download/v4.2/doomretro-4.2-win32.zip", "hash": "3867e5b8f353b43871991e74e507019788fc3682c6805f89fa418601f1eaa481" } }, "pre_install": [ "if (!(Test-Path \"$persist_dir\")) {", " New-item \"$persist_dir\\savegames\" -ItemType Directory | Out-Null", " New-item \"$persist_dir\\screenshots\" -ItemType Directory | Out-Null", " New-item \"$persist_dir\\doomretro.cfg\" -ItemType File | Out-Null", " '; CVARs', \"iwadfolder= $scoopdir\\persist\\_doom\" | Set-Content \"$persist_dir\\doomretro.cfg\"", "}", "if (!(Test-Path \"$scoopdir\\persist\\_doom\")) {", " New-item \"$scoopdir\\persist\\_doom\" -ItemType Directory | Out-Null", "}" ], "bin": "doomretro.exe", "shortcuts": [ [ "doomretro.exe", "DOOM Retro" ] ], "persist": [ "savegames", "screenshots", "doomretro.cfg" ], "checkver": { "github": "https://github.com/bradharding/doomretro/" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/bradharding/doomretro/releases/download/v$version/doomretro-$version-win64.zip" }, "32bit": { "url": "https://github.com/bradharding/doomretro/releases/download/v$version/doomretro-$version-win32.zip" } } }, "notes": [ "ATTENTION: DOOM Retro requires WAD files from a commercial DOOM copy (DOOM 1, 2, Ultimate DOOM, etc)", "Place WAD files in the _doom directory above $persist_dir" ] }