Go to file
2021-12-26 10:24:42 +01:00
.github/workflows Fix ci... again 2021-12-25 20:29:18 +01:00
source Support basic loading a .rpx from a bundle, change path of installer. OSFatal when the installer is missing on the sd card 2021-12-26 10:22:41 +01:00
.gitignore first commit 2021-12-25 20:22:54 +01:00
Dockerfile Support basic loading a .rpx from a bundle, change path of installer. OSFatal when the installer is missing on the sd card 2021-12-26 10:22:41 +01:00
Makefile Support basic loading a .rpx from a bundle, change path of installer. OSFatal when the installer is missing on the sd card 2021-12-26 10:22:41 +01:00
README.md Update the readme 2021-12-26 10:24:42 +01:00

LaunchInstaller

Usage

Place the 90_launch_installer.rpx in the [ENVIRONMENT]/modules/setup folder and run the EnvironmentLoader. Requires MochaPayload as a setup module in [ENVIRONMENT]/modules/setup. Will automatically launch sd:/wiiu/apps/PayloadLoaderInstaller.wuhb

Building

For building you just need wut installed, then use the make command.

Building using the Dockerfile

It's possible to use a docker image for building. This way you don't need anything installed on your host system.

# Build docker image (only needed once)
docker build . -t launchinstaller-builder

# make 
docker run -it --rm -v ${PWD}:/project launchinstaller-builder make

# make clean
docker run -it --rm -v ${PWD}:/project launchinstaller-builder make clean

Credits

Maschell