back

by pier25·3mo ago·view on hn ↗
I use these settings when creating a tar file for deploy:

    tar --no-xattrs --no-mac-metadata -czf
2 comments
I do this same thing too when building archives in macOS I will unpack on Linux later.
Thanks for the command! I'll try using it to package next time.