X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Ftools%2Frsync-updater%2Fupdate-to-release.bat;fp=misc%2Ftools%2Frsync-updater%2Fupdate-to-release.bat;h=10126a6a38ac5e3b76618dc4c84e60347019d9ff;hp=498e2afded1b1526438cc40ba4cbcf2f1e27b958;hb=4aad27834b87b7e45d252c42ccaeceed086952d7;hpb=5887e47bff60d9ab62cc0e13268f4318206cd205 diff --git a/misc/tools/rsync-updater/update-to-release.bat b/misc/tools/rsync-updater/update-to-release.bat index 498e2afd..10126a6a 100755 --- a/misc/tools/rsync-updater/update-to-release.bat +++ b/misc/tools/rsync-updater/update-to-release.bat @@ -24,7 +24,8 @@ if exist ..\..\..\.git goto xonoticdatagit if exist ..\..\..\data goto xonoticdata goto xonotic :xonoticlow - set url=rsync://beta.xonotic.org/%buildtype%-Xonotic-low/ + echo NOTE: Xonotic-low is gone, downloading normal Xonotic. + set url=rsync://beta.xonotic.org/%buildtype%-Xonotic/ set target=Xonotic-low/ goto endxonotic :xonotichigh @@ -51,10 +52,12 @@ goto xonotic echo FATAL: unrecognized Xonotic build. This update script cannot be used. goto end :xonoticdatalow - set url=rsync://beta.xonotic.org/%buildtype%-Xonotic-low/ + echo NOTE: Xonotic-low is gone, downloading normal Xonotic. + set url=rsync://beta.xonotic.org/%buildtype%-Xonotic/ goto endxonoticdata :xonoticdatalowfuzzy - set url=rsync://beta.xonotic.org/%buildtype%-Xonotic-low/ + echo NOTE: Xonotic-low is gone, downloading normal Xonotic. + set url=rsync://beta.xonotic.org/%buildtype%-Xonotic/ set options=%options% -y goto endxonoticdata :xonoticdatahigh