splitNSP icon indicating copy to clipboard operation
splitNSP copied to clipboard

macos

Open weepy opened this issue 2 years ago • 0 comments

I think you can set the archive like so

import os import subprocess

def set_archive_flag(path): subprocess.run(["chflags", "arch", path])

weepy avatar Nov 01 '23 11:11 weepy