mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-18 09:14:19 +01:00
Merge branch 'master' of https://github.com/Byron/google-apis-rs
This commit is contained in:
@@ -5,5 +5,5 @@ rtype=${2:?Second argument is either 'release' or 'debug'}
|
||||
|
||||
tar_basename=google-apis-rs_cli-${version}_linux-x86-64_${rtype}
|
||||
tar_file=${tar_basename}.tar.gz
|
||||
tar -czf $tar_file --transform "s%^.*/%%" -T <(find gen -executable -type f -path "*/${rtype}/*" -not \( -name "*.*" -or -name "*script*" -or -regex ".*-[a-f0-9]{16}" \)) || exit $?
|
||||
tar -czf $tar_file --transform "s%^.*/%%" -T <(find target -executable -type f -path "*/${rtype}/*" -not \( -name "*.*" -or -name "*script*" -or -regex ".*-[a-f0-9]{16}" \)) || exit $?
|
||||
echo Wrote $tar_file
|
||||
|
||||
Reference in New Issue
Block a user