{ "version": "0.82.2", "description": "A DOS/x86 emulator based on DOSBox which focuses on ease of use.", "homepage": "https://dosbox-staging.github.io/", "license": "GPL-2.0-or-later", "architecture": { "64bit": { "url": "https://github.com/dosbox-staging/dosbox-staging/releases/download/v0.82.2/dosbox-staging-windows-x64-v0.82.2.zip", "hash": "9fa55dcbacc2e5565ac4be63b5cfa4e7d50dc9adb9f9cb53f506d973af567f3a", "extract_dir": "dosbox-staging-v0.82.2" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\dosbox-staging.conf\")) { New-Item -ItemType File \"$dir\\dosbox-staging.conf\" | Out-Null }", "bin": [ "dosbox.exe", "dosbox_with_debugger.exe" ], "shortcuts": [ [ "dosbox.exe", "DOSBox Staging" ] ], "persist": [ "dosbox-staging.conf", "glshaders", "mt32-roms", "soundfonts" ], "checkver": { "github": "https://github.com/dosbox-staging/dosbox-staging" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/dosbox-staging/dosbox-staging/releases/download/v$version/dosbox-staging-windows-x64-v$version.zip", "extract_dir": "dosbox-staging-v$version" } } }, "notes": "For config file examples, see: https://github.com/dosbox-staging/dosbox-staging/wiki/Config-file-examples" }