Skip to content

Commit ecdac30

Browse files
reggie-next: Add version 4.7.0
1 parent ab4f5eb commit ecdac30

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

bucket/reggie-next.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"version": "4.7.0",
3+
"description": "Advanced level editor for New Super Mario Bros. Wii originally created by Treeki, Tempus and RoadrunnerWMC using Python, PyQt and Wii.py. Next version created by RoadrunnerWMC, based on official release 3. Milestone 4 version is a collaboration of Horizon users and it aims to add more features requested by users.",
4+
"homepage": "https://github.com/CLF78/Reggie-Next",
5+
"url": "https://github.com/CLF78/Reggie-Next/releases/download/v4.7.0/reggie_next_v4.7.0_win32.zip",
6+
"hash": "91662199532ed4cdcf8b885447cd9dfc0772442848fa63f6d2e56182f22b766d",
7+
"license": "GPL-3.0-only",
8+
"bin": "reggie-next.exe",
9+
"pre_install": [
10+
"Rename-Item -Path $dir/reggie.exe -NewName $dir/reggie-next.exe"
11+
],
12+
"shortcuts": [
13+
[
14+
"reggie-next.exe",
15+
"Reggie Next"
16+
]
17+
],
18+
"checkver": {
19+
"github": "https://github.com/CLF78/Reggie-Next/"
20+
},
21+
"autoupdate": {
22+
"url": "https://github.com/CLF78/Reggie-Next/releases/download/v$version/reggie_next_v$version_win32.zip"
23+
}
24+
}

0 commit comments

Comments
 (0)