23 lines
816 B
JSON
23 lines
816 B
JSON
{
|
|
"version": "4.8.0",
|
|
"description": "Advanced level editor for New Super Mario Bros. Wii",
|
|
"homepage": "https://github.com/CLF78/Reggie-Next",
|
|
"license": "GPL-3.0-only",
|
|
"url": "https://github.com/CLF78/Reggie-Next/releases/download/v4.8.0/reggie_next_v4.8.0_win32.zip",
|
|
"hash": "dd2b732257fb06531aa6ad69225638ee060ca6cea44a4ac1b6d17f4c8c29dbdb",
|
|
"pre_install": "Rename-Item -Path $dir/reggie.exe -NewName $dir/reggie-next.exe",
|
|
"bin": "reggie-next.exe",
|
|
"shortcuts": [
|
|
[
|
|
"reggie-next.exe",
|
|
"Reggie Next"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/CLF78/Reggie-Next/"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/CLF78/Reggie-Next/releases/download/v$version/reggie_next_v$version_win32.zip"
|
|
}
|
|
}
|