scoop-games/bucket/ares.json

57 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2022-01-15 14:20:53 -08:00
{
2022-07-13 13:28:23 -07:00
"version": "129",
"description": "Multi-system emulator focused on accuracy and preservation",
"homepage": "https://ares-emulator.github.io/",
2022-01-15 14:20:53 -08:00
"license": "ISC",
2022-03-05 13:34:10 -08:00
"notes": "Configuration file cannot be persisted, but will be retained during the update",
2022-03-19 15:54:04 -07:00
"architecture": {
"64bit": {
2022-07-13 13:28:23 -07:00
"url": "https://github.com/ares-emulator/ares/releases/download/v129/ares-windows.zip",
"hash": "6e8fec912d33bfadc08f41bab3a653c7c698e1e874fe0d935b247f995f7d565f"
2022-03-19 15:54:04 -07:00
}
},
2022-08-01 05:36:32 -07:00
"extract_dir": "ares-v129",
2022-01-15 14:20:53 -08:00
"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",
2022-03-05 13:34:10 -08:00
"shortcuts": [
[
"ares.exe",
"ares"
]
],
"persist": [
"Systems",
"Saves",
"Screenshots",
"Debugging"
],
2022-01-15 14:20:53 -08:00
"uninstaller": {
"script": [
"'settings.bml' | ForEach-Object {",
" Copy-Item \"$dir\\$_\" \"$persist_dir\\$_.bak\" -Force",
"}"
]
},
"checkver": {
"github": "https://github.com/ares-emulator/ares/"
},
"autoupdate": {
"architecture": {
"64bit": {
2022-08-01 05:36:32 -07:00
"url": "https://github.com/ares-emulator/ares/releases/download/v$cleanVersion/ares-windows.zip"
}
2022-08-01 05:36:32 -07:00
},
"extract_dir": "ares-v$cleanVersion"
2022-03-05 13:34:10 -08:00
}
2022-01-15 14:20:53 -08:00
}