Y
Hacker News
new
|
ask
|
show
|
jobs
by
pier25
53 days ago
I use these settings when creating a tar file for deploy:
tar --no-xattrs --no-mac-metadata -czf
2 comments
jherskovic
53 days ago
I do this same thing too when building archives in macOS I will unpack on Linux later.
link
bestony
53 days ago
Thanks for the command! I'll try using it to package next time.
link