From 1213f42cc1e0d8ab1db1a33ccaf7c85923e2feb3 Mon Sep 17 00:00:00 2001 From: Charadon Date: Mon, 26 Sep 2022 13:03:46 -0400 Subject: distribute.sh: Actually fixed recursive issue --- distribute.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distribute.sh b/distribute.sh index e42357e..c67faa9 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 -r 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