35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"homepage": "http://melonds.kuribo64.net/",
|
|
"description": "A Nintendo DS emulator aiming for fast and accurate emulation",
|
|
"license": "GPL-3.0-or-later",
|
|
"version": "0.9.3",
|
|
"url": "https://github.com/Arisotura/melonDS/releases/download/0.9.3/melonDS_0.9.3_win_x64.7z",
|
|
"hash": "108693998ce58175b4acb02788177f80e9e277658fa2cc9c62a2c7ae34181b10",
|
|
"installer": {
|
|
"script": [
|
|
"$FILE = 'melonDS.ini'",
|
|
"if (!(Test-Path \"$persist_dir\\$FILE\")) {",
|
|
" New-Item \"$dir\\$FILE\" -Type File | Out-Null",
|
|
"}"
|
|
]
|
|
},
|
|
"bin": "melonDS.exe",
|
|
"shortcuts": [
|
|
[
|
|
"melonDS.exe",
|
|
"melonDS"
|
|
]
|
|
],
|
|
"persist": "melonDS.ini",
|
|
"notes": [
|
|
"ATTENTION: MelonDS requires BIOS and firmware files dumped from a Nintendo DS to function.",
|
|
"Visit http://melonds.kuribo64.net/faq.php for more information."
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/Arisotura/melonDS"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/Arisotura/melonDS/releases/download/$version/melonDS_$version_win_64.7z"
|
|
}
|
|
}
|