From: Rudolf Polzer Date: Fri, 27 May 2011 17:38:45 +0000 (+0200) Subject: fix DLL path when building zip. DLLroll'd. X-Git-Tag: xonotic-v0.5.0~78 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=687a87cdd5e21dcf6f42702e2e6bdfa9ea5f2eb1;p=xonotic%2Fxonotic.git fix DLL path when building zip. DLLroll'd. --- diff --git a/all b/all index 52c2e8de..8a48f83e 100755 --- a/all +++ b/all @@ -1936,7 +1936,7 @@ case "$cmd" in fi # build the archives verbose mkzip Xonotic-$stamp-engine.zip \ - Xonotic/*.dll \ + Xonotic/bin32/*.dll \ Xonotic/bin64/*.dll \ Xonotic/*.app \ Xonotic/xonotic-* \