PackEntryType() needs #PB_Packer_Link for tar
Posted: Mon Nov 10, 2025 10:50 pm
Also in Linux and macOS the rights of the files in a tar packet are not preserved.
So I need always to run chmod after unpacking, because executables are no longer executable.
At the moment I use RunProgram("tar", ...) to solve this issues.
So I need always to run chmod after unpacking, because executables are no longer executable.
At the moment I use RunProgram("tar", ...) to solve this issues.