{ "homepage": "https://www.doomretro.com/", "description": "A classic redefined DOOM source port", "license": "GPL-3.0-or-later", "version": "4.3", "architecture": { "64bit": { "url": "https://github.com/bradharding/doomretro/releases/download/v4.3/doomretro-4.3-win64.zip", "hash": "50369d82077bbeadba01c7eb30f35283a5fbe3d68e4cc8c0c7067ca1931ba0b9" }, "32bit": { "url": "https://github.com/bradharding/doomretro/releases/download/v4.3/doomretro-4.3-win32.zip", "hash": "5368405f94835c651f47ccec664fad73a34d9771e7eb183c8ae29ad25c7b7863" } }, "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" ] }