]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/rsync-updater/update-to-release.bat
Remove the -low autobuild.
[xonotic/xonotic.git] / misc / tools / rsync-updater / update-to-release.bat
index 498e2afded1b1526438cc40ba4cbcf2f1e27b958..10126a6a38ac5e3b76618dc4c84e60347019d9ff 100755 (executable)
@@ -24,7 +24,8 @@ if exist ..\..\..\.git goto xonoticdatagit
 if exist ..\..\..\data goto xonoticdata\r
 goto xonotic\r
 :xonoticlow\r
-       set url=rsync://beta.xonotic.org/%buildtype%-Xonotic-low/\r
+        echo NOTE: Xonotic-low is gone, downloading normal Xonotic.\r
+       set url=rsync://beta.xonotic.org/%buildtype%-Xonotic/\r
        set target=Xonotic-low/\r
        goto endxonotic\r
 :xonotichigh\r
@@ -51,10 +52,12 @@ goto xonotic
        echo FATAL: unrecognized Xonotic build. This update script cannot be used.\r
        goto end\r
 :xonoticdatalow\r
-               set url=rsync://beta.xonotic.org/%buildtype%-Xonotic-low/\r
+               echo NOTE: Xonotic-low is gone, downloading normal Xonotic.\r
+               set url=rsync://beta.xonotic.org/%buildtype%-Xonotic/\r
                goto endxonoticdata\r
 :xonoticdatalowfuzzy\r
-               set url=rsync://beta.xonotic.org/%buildtype%-Xonotic-low/\r
+               echo NOTE: Xonotic-low is gone, downloading normal Xonotic.\r
+               set url=rsync://beta.xonotic.org/%buildtype%-Xonotic/\r
                set options=%options% -y\r
                goto endxonoticdata\r
 :xonoticdatahigh\r