From 0f40d475de3673c8581ae86ac617bb79853d326e Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 18 Sep 2010 00:01:51 +0200 Subject: [PATCH] we CAN continue to keep these libs in git, we just need to disable them in releases --- all | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/all b/all index 2592fde5..630d6a0e 100755 --- a/all +++ b/all @@ -1287,7 +1287,14 @@ case "$cmd" in stamp=`cat Xonotic/stamp.txt` # exe and dll files do not need +x, so this makes them eligible for 7zip compression too chmod a-x Xonotic/*.exe Xonotic/*.dll || true - # need to use infozip for these (+x bits) + # let's pass crypto import laws of some nasty countries + crypto_libs=`find Xonotic -name \*d0_rijndael\* -exec rm -f {} \;` + if [ -n "$crypto_libs" ]; then + verbose mkzip Xonotic-$stamp-crypto.zip \ + $crypto_libs + rm -f $crypto_libs + fi + # build the archives verbose mkzip Xonotic-$stamp-engine.zip \ Xonotic/*.dll \ Xonotic/bin64/*.dll \ -- 2.39.2