From 03cd1c78db3a8e011bfaa8f1a6b5e00087155f61 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 16 Sep 2010 11:42:48 +0200 Subject: [PATCH] do not set +x on exe files --- all | 2 ++ 1 file changed, 2 insertions(+) diff --git a/all b/all index b5b4ed1a..322764b8 100755 --- a/all +++ b/all @@ -1269,6 +1269,8 @@ case "$cmd" in ;; release-zip) 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 *.exe *.dll # need to use infozip for these (+x bits) verbose mkzip Xonotic-$stamp-engine.zip \ Xonotic/*.dll \ -- 2.39.2