From c0ec0a06c9799405665a0aa7f0f3f2d19a5e27ed Mon Sep 17 00:00:00 2001 From: Charadon Date: Mon, 26 Sep 2022 13:02:27 -0400 Subject: distribute.sh: Fix issue where files aren't grabbed recursively --- distribute.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distribute.sh b/distribute.sh index 6d65f78..e42357e 100755 --- a/distribute.sh +++ b/distribute.sh @@ -36,9 +36,9 @@ cd "$CONFIG_INSTALL_PREFIX" # Tarball the finish result! if [ "$WINDOWS" = "true" ]; then - zip Pong_"$(uname)-$(uname -r)-$(uname -m)".zip -- * + zip Pong_"$(uname)-$(uname -r)-$(uname -m)".zip -- ** exit 0 else rm libs/libGL* # Remove OpenGL as it conflicts with graphics drivers. - bsdtar -caf ../Pong_"$(uname -s)-$(uname -r)-$(uname -m)".txz -- * + bsdtar -caf ../Pong_"$(uname -s)-$(uname -r)-$(uname -m)".txz -- ** fi -- cgit 1.4.1-2-gfad0