X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=misc%2Ftools%2Frsync-updater%2Fupdate-to-autobuild.bat;h=9d6cbf115648096d2c308252496aa2244b3e7bda;hb=12046baede79e34cb2554bed9f09a9e768c11cf0;hp=2e2a323e1e6ddfc22f4c099d883a6d05ea644dd2;hpb=a04773f13a6057fbe8072828791075536666d8eb;p=xonotic%2Fxonotic.git diff --git a/misc/tools/rsync-updater/update-to-autobuild.bat b/misc/tools/rsync-updater/update-to-autobuild.bat index 2e2a323e..9d6cbf11 100644 --- a/misc/tools/rsync-updater/update-to-autobuild.bat +++ b/misc/tools/rsync-updater/update-to-autobuild.bat @@ -82,24 +82,24 @@ if not "%XONOTIC_INCLUDE_ALL%" == "" goto endbit set excludes=%excludes% --exclude=/xonotic-linux* set excludes=%excludes% --exclude=/xonotic-osx-* set excludes=%excludes% --exclude=/Xonotic*.app -set excludes=%excludes% --exclude=/fteqcc/fteqcc.linux* -set excludes=%excludes% --exclude=/fteqcc/fteqcc.osx +set excludes=%excludes% --exclude=/gmqcc/gmqcc.linux* +set excludes=%excludes% --exclude=/gmqcc/gmqcc.osx if "%ProgramFiles(x86)%" == "" goto bit32 :bit64 if not "%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 - set excludes=%excludes% --exclude=/fteqcc/fteqcc.exe + set excludes=%excludes% --exclude=/xonotic-x86.exe + set excludes=%excludes% --exclude=/xonotic-x86-wgl.exe + set excludes=%excludes% --exclude=/xonotic-x86-dedicated.exe + set excludes=%excludes% --exclude=/gmqcc/gmqcc.exe set excludes=%excludes% --exclude=/bin32 set excludes=%excludes% --exclude=/*.dll goto endbit :bit32 - set excludes=%excludes% --exclude=/xonotic-x64.exe - set excludes=%excludes% --exclude=/xonotic-x64-sdl.exe - set excludes=%excludes% --exclude=/xonotic-x64-dedicated.exe - set excludes=%excludes% --exclude=/fteqcc/fteqcc-x64.exe + set excludes=%excludes% --exclude=/xonotic.exe + set excludes=%excludes% --exclude=/xonotic-wgl.exe + set excludes=%excludes% --exclude=/xonotic-dedicated.exe + set excludes=%excludes% --exclude=/gmqcc/gmqcc-x64.exe set excludes=%excludes% --exclude=/bin64 goto endbit :endbit