splitNSP
splitNSP copied to clipboard
how do i install the bin file , do i just rename it to .nsp , it does not seem to work this way ? I'm using UBUNTU LINUX
Add option to unsplit (-u, --undo) again. For people who (for whatever reason) deleted their original nsp with -q and want to undo the split.
nsz
does this work with nsz files too ?
I think you can set the archive like so import os import subprocess def set_archive_flag(path): subprocess.run(["chflags", "arch", path])
/Users/(...)/Desktop/splitNSP.py: Permission denied
## Pull request type - [x] Bugfix - [ ] Feature - [ ] Documentation/Content changes ## What is the current behavior? When splitting an NSZ file, the file is...