mirror of
https://github.com/Calinou/scoop-games.git
synced 2026-08-02 18:21:25 +08:00
59 lines
2.0 KiB
JSON
59 lines
2.0 KiB
JSON
{
|
|
"version": "2606",
|
|
"description": "Nintendo GameCube and Wii emulator, with enhancements and Netplay",
|
|
"homepage": "https://dolphin-emu.org/",
|
|
"license": {
|
|
"identifier": "GPL-2.0-or-later",
|
|
"url": "https://github.com/dolphin-emu/dolphin/blob/master/COPYING"
|
|
},
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2022"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.dolphin-emu.org/releases/2606/dolphin-2606-x64.7z",
|
|
"hash": "c6ea821c820cdc5d52d9f4d315fdca629d51a1b9f4f7e671948b905c085d7f59",
|
|
"extract_dir": "Dolphin-x64"
|
|
},
|
|
"arm64": {
|
|
"url": "https://dl.dolphin-emu.org/releases/2606/dolphin-2606-ARM64.7z",
|
|
"hash": "ab5df5a8bc88e820714afbd7f78de6a36ed23a98c141b1e41ca12d7a08c5201e",
|
|
"extract_dir": "Dolphin-ARM64"
|
|
}
|
|
},
|
|
"pre_install": [
|
|
"$appdataPath = \"$Env:AppData\\Dolphin Emulator\"",
|
|
"if ((Test-Path -Path $appdataPath\\*) -and (!(Test-Path -Path $persist_dir\\*))) {",
|
|
" Write-Warning \"Migrating AppData...\"",
|
|
" New-Item -Type Directory -Path $persist_dir\\User -Force | Out-Null",
|
|
" Copy-Item -Recurse -Force $appdataPath\\* -Destination $persist_dir\\User\\",
|
|
"}"
|
|
],
|
|
"post_install": "Set-Content -Value $null -Path \"$dir\\portable.txt\"",
|
|
"bin": [
|
|
"Dolphin.exe",
|
|
"DolphinTool.exe"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"Dolphin.exe",
|
|
"Dolphin"
|
|
]
|
|
],
|
|
"persist": "User",
|
|
"checkver": {
|
|
"url": "https://dolphin-emu.org/update/latest/beta",
|
|
"jsonpath": "$.shortrev"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.dolphin-emu.org/releases/$version/dolphin-$version-x64.7z"
|
|
},
|
|
"arm64": {
|
|
"url": "https://dl.dolphin-emu.org/releases/$version/dolphin-$version-ARM64.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|