From: Brendan Hansen Date: Thu, 18 Jan 2024 03:29:25 +0000 (-0600) Subject: fixed: bundling tarball including non-existent directory X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=1fbdbfa3638b16e04caa69d8d3097e7336906d9a;p=onyx.git fixed: bundling tarball including non-existent directory --- diff --git a/build.sh b/build.sh index acda65dc..887722af 100755 --- a/build.sh +++ b/build.sh @@ -81,9 +81,9 @@ compress_all() { if [ ! -z ${ONYX_RUNTIME_LIBRARY+x} ]; then # When including a runtime library, include the lib and include folders - tar -C "$DIST_DIR" -zcvf onyx.tar.gz bin core examples include lib misc tests tools LICENSE + tar -C "$DIST_DIR" -zcvf onyx.tar.gz bin core examples include lib misc tools LICENSE else - tar -C "$DIST_DIR" -zcvf onyx.tar.gz bin core examples misc tests tools LICENSE + tar -C "$DIST_DIR" -zcvf onyx.tar.gz bin core examples misc tools LICENSE fi mv onyx.tar.gz dist/