Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions bucket/reggie-updated.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": "2021.12.04.0",
"description": "Advanced level editor for New Super Mario Bros. Wii, created by Treeki and Tempus using Python, PyQt and Wii.py. The Reggie-Updated fork is a modern evolution of the original Reggie! codebase, focusing on stability, future-proofing, and incorporating the latest level-file-format research.",
Comment thread
Calinou marked this conversation as resolved.
Outdated
"homepage": "https://github.com/RoadrunnerWMC/Reggie-Updated",
"url": "https://github.com/RoadrunnerWMC/Reggie-Updated/releases/download/2021.12.04.0/reggie-updated-2021.12.04.0-windows-64-bit.zip",
"hash": "25468631463ed544bc085df213515957c7f4cbbed31bc0d23378fe6b8a26133a",
"license": "GPL-3.0-only",
"bin": "reggie-updated.exe",
"pre_install": [
"Rename-Item -Path $dir/reggie.exe -NewName $dir/reggie-updated.exe"
],
"shortcuts": [
[
"reggie-updated.exe",
"Reggie Updated"
]
],
"checkver": {
"github": "https://github.com/CLF78/Reggie-Next/"
},
"autoupdate": {
"url": "https://github.com/RoadrunnerWMC/Reggie-Updated/releases/download/$version/reggie-updated-$version-windows-64-bit.zip"
}
}