WiiLink Patcher v2.0.2-1
Welcome to the WiiLink Patcher! This patcher does everything you need to get WiiLink services installed automatically! Sit and watch :)
The patching process takes only a few moments depending on your CPU and connection speed.
This release is a minor hotfix release that fixes a regression in v2.0.2 that made Kirby TV Channel not region-free.
Changes:
- Fixes regression that made Kirby TV Channel not region-free.
- Auto-updater from this version forward attaches version numbers on the executable due to the executable not being able to be overwritten while being used. A separate auto-updater will be in the works soon.
Terminal Usage Guide for macOS and Linux Users:
This requires the use of your OS's Terminal! If you've never used it before, please search for how to use commands like
cd
,chmod
, etc. so you understand how they work.
- Open Terminal.
- Navigate to the patcher file:
Usecd /path/to/directory
(replace/path/to/directory
with your patcher's folder location, likeDownloads
if you saved the patcher executable there) - Make the patcher executable:
- macOS:
chmod +x WiiLinkPatcher_macOS-x64_v202-1
(usemacOS-ARM64
for M1/M2). - Linux:
chmod +x WiiLinkPatcher_Linux-<architecture>_v202-1
(replace<architecture>
withARM64
orx64
).
- macOS:
- Run the patcher:
- macOS:
./WiiLinkPatcher_macOS-x64_v202-1
(usemacOS-ARM64
for M1/M2). - Linux:
./WiiLinkPatcher_Linux-<architecture>_v202-1
(replace<architecture>
withARM64
orx64
).
Ensure you're in the patcher's directory when executing these commands. You can also adjust file permissions via a graphical file manager.
- macOS: