A simple, light and portable version of the Mail Patcher for RiiConnect24
This is simply the mailparse.rb file from this repo, but setup with Travelling Ruby to provide a simple and easy way to patch your nwc24msg.cfg
on your own computer under any operating system (Windows, Linux and macOS are supported).
Running the binary will simply patch any nwc24msg.cfg
in the current directory in-place. That's it. No bloat, no hidden features, just patching.
Head to the Releases page, download the file for your OS and extract it to a folder. Then, place your nwc24msg.cfg
in the same folder and run the binary (mailparse.exe
on Windows, ./mailparse
in terminal on Linux/macOS)
If you make changes to this repo, you can generate new packages with ease.
Once you have all that, run rake package
to create all three packages at once.
If you want to make specific packages, specify either package:linux:x86
, package:linux:x86_64
, package:osx
or package:win32
.