Go to file
2021-12-25 20:29:18 +01:00
.github/workflows Fix ci... again 2021-12-25 20:29:18 +01:00
source first commit 2021-12-25 20:22:54 +01:00
.gitignore first commit 2021-12-25 20:22:54 +01:00
Dockerfile first commit 2021-12-25 20:22:54 +01:00
Makefile first commit 2021-12-25 20:22:54 +01:00
README.md first commit 2021-12-25 20:22:54 +01:00

LaunchInstaller

Usage

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

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