fixed: bundling tarball including non-existent directory
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 18 Jan 2024 03:29:25 +0000 (21:29 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 18 Jan 2024 03:29:25 +0000 (21:29 -0600)
build.sh

index acda65dc53aa1367b1a02c996dd09712ac0974aa..887722afa14228afa1966736afdb8d20ff04a5d5 100755 (executable)
--- 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/