{ "version": "147", "description": "Multi-system emulator focused on accuracy and preservation", "homepage": "https://ares-emu.net", "license": "ISC", "notes": "Configuration file cannot be persisted, but will be retained during the update", "architecture": { "64bit": { "url": "https://github.com/ares-emulator/ares/releases/download/v147/ares-windows-x64.zip", "hash": "58ed8d4af24f597b21a5e2060e51dbe869429ca144948b0c56c8b876d9bde2df" }, "arm64": { "url": "https://github.com/ares-emulator/ares/releases/download/v147/ares-windows-clang-cl-arm64.zip", "hash": "6c00728fdc672cefb44880cf5f60339f3fdaa6509735449549041c8f7934702d" } }, "extract_dir": "ares-v147", "post_install": [ "if (!(Test-Path \"$persist_dir\\settings.bml.bak\")) {", " New-Item -ItemType File \"$dir\\settings.bml\" | Out-Null", " Set-Content \"$dir\\settings.bml\" 'Paths'", " Add-Content \"$dir\\settings.bml\" \" Home`:` $persist_dir\\Systems\\\" ", " 'Saves', 'Screenshots', 'Debugging' | ForEach-Object {", " Add-Content \"$dir\\settings.bml\" \" $_`:` $persist_dir\\$_\\\" }", "} else {", " Copy-Item \"$persist_dir\\settings.bml.bak\" \"$dir\\settings.bml\" -Force", "}" ], "bin": "ares.exe", "shortcuts": [ [ "ares.exe", "ares" ] ], "persist": [ "Systems", "Saves", "Screenshots", "Debugging" ], "uninstaller": { "script": [ "'settings.bml' | ForEach-Object {", " Copy-Item \"$dir\\$_\" \"$persist_dir\\$_.bak\" -Force", "}" ] }, "checkver": { "github": "https://github.com/ares-emulator/ares/" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/ares-emulator/ares/releases/download/v$cleanVersion/ares-windows-x64.zip" }, "arm64": { "url": "https://github.com/ares-emulator/ares/releases/download/v$cleanVersion/ares-windows-clang-cl-arm64.zip" } }, "extract_dir": "ares-v$cleanVersion" } }