Search found 1 match

by coeddie11
Tue Aug 19, 2025 10:08 am
Forum: Coding Questions
Topic: RunProgam - tar
Replies: 7
Views: 401

Re: RunProgam - tar

It looks like tar cannot find zstd when launched via RunProgram, so try adding /opt/homebrew/bin explicitly to your PATH in the environment or call tar with --zstd-program=/opt/homebrew/bin/zstd.