X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Ftools%2Frsync-updater%2Fupdate-to-release.sh;h=b0d429dd2d6fd5c3bd20ba89936ea0e0076cf098;hp=7065f8520c908fe026e248a97cc5c57bfda552d8;hb=2d25ba3ea003813c844a6c4a15a6455e0d1a27dd;hpb=2e1c3187dda562c1bf95bd9954f29a0248e087f3 diff --git a/misc/tools/rsync-updater/update-to-release.sh b/misc/tools/rsync-updater/update-to-release.sh index 7065f852..b0d429dd 100755 --- a/misc/tools/rsync-updater/update-to-release.sh +++ b/misc/tools/rsync-updater/update-to-release.sh @@ -72,17 +72,8 @@ if [ -z "$XONOTIC_INCLUDE_ALL" ]; then excludes="$excludes --exclude=/Xonotic*.app" excludes="$excludes --exclude=/xonotic-osx-*" excludes="$excludes --exclude=/gmqcc/gmqcc.osx" - if [ -z "$XONOTIC_INCLUDE_32BIT" ]; then - excludes="$excludes --exclude=/xonotic-linux32-*" - excludes="$excludes --exclude=/gmqcc/gmqcc.linux32" - fi - ;; - Linux:i?86) - excludes="$excludes --exclude=/Xonotic*.app" - excludes="$excludes --exclude=/xonotic-osx-*" - excludes="$excludes --exclude=/gmqcc/gmqcc.osx" - excludes="$excludes --exclude=/xonotic-linux64-*" - excludes="$excludes --exclude=/gmqcc/gmqcc.linux64" + excludes="$excludes --exclude=/xonotic-linux32-*" + excludes="$excludes --exclude=/gmqcc/gmqcc.linux32" ;; *) echo >&2 "WARNING: Could not detect architecture - downloading all architectures"