This version changes option to change chunk size to megabytes, you can specify it by passing -c option: ./splitter -c 30000 ./mypackage.pkg
(splits by 30 gb chunks)
Known problems:
- Sometimes chunks can't be transferred from usb to hdd (not really this app's problem), because this app doesn't read directly from usb (an actual problem that should be fixed)
- App is frozen entire time when merging is done, I couldn't figure out how threading works in c++ and it crashed my ps4 so I've decided to go with what already worked