Skip to content

v1.0.2

Latest
Compare
Choose a tag to compare
@VityaSchel VityaSchel released this 30 Sep 02:02
90ac42c

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