From 2d5442578e4a8c5d1b79a498b17fe586c5f0f3fd Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 17 Dec 2011 20:04:09 +0100 Subject: [PATCH 1/1] add an option to force 32bit binaries to be included: if a variable XONOTIC_INCLUDE_32BIT is not empty. --- misc/tools/rsync-updater/update-xonotic.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/tools/rsync-updater/update-xonotic.bat b/misc/tools/rsync-updater/update-xonotic.bat index db76dd52..658a89f4 100644 --- a/misc/tools/rsync-updater/update-xonotic.bat +++ b/misc/tools/rsync-updater/update-xonotic.bat @@ -75,6 +75,7 @@ set excludes=%excludes% --exclude=/fteqcc/fteqcc.osx if "%ProgramFiles(x86)%" == "" goto bit32 :bit64 + if "%XONOTIC_INCLUDE_32BIT%" != "" goto endbit set excludes=%excludes% --exclude=/xonotic.exe set excludes=%excludes% --exclude=/xonotic-sdl.exe set excludes=%excludes% --exclude=/xonotic-dedicated.exe -- 2.39.2