LoveBundler is CLI version of bundler tool from Love Potion.
First install MSYS2 if you are on Windows (skip this step if on Linux) then follow the instructions below:
For a easier aproach if on Windows, use the GUI tool and select 3DS Development, Wii Development and Switch Development during the compoment setup which will get most of the utilites installed, then launch MSYS2 and run this command to get wut-tools installed:
sudo (dkp-)pacman -S wut-tools
To get devKitPro's pacman repositories refer to the devkitPro wiki.
Then after installing the devKitPro repositories run these commands on MSYS2:
sudo (dkp-)pacman -Syu && sudo (dkp-)pacman -S switch-dev 3ds-dev wiiu-dev wut-tools
Description:
LoveBundler, CLI version of bundler for LovePotion
Usage:
LoveBundler [command] [options]
Options:
--version Show version information
-?, -h, --help Show help and usage information
Commands:
convert Convert media files to format usable on console
bundle <dir> Bundle the game for the specified console
Conversion:
Description:
Convert media files to format usable on console
Usage:
LoveBundler convert [options]
Options:
--files <files> Files to convert
--dir <dir> Convert all media files in directory
-?, -h, --help Show help and usage information