From: Rudolf Polzer Date: Thu, 16 Sep 2010 09:42:48 +0000 (+0200) Subject: do not set +x on exe files X-Git-Tag: xonotic-v0.1.0preview~209 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=03cd1c78db3a8e011bfaa8f1a6b5e00087155f61 do not set +x on exe files --- 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 \