Change Url for raw runtimes
authorMiguel de Icaza <miguel@gnome.org>
Tue, 17 May 2016 02:05:31 +0000 (22:05 -0400)
committerMiguel de Icaza <miguel@gnome.org>
Tue, 17 May 2016 02:07:06 +0000 (22:07 -0400)
mcs/tools/mkbundle/mkbundle.cs

index 472c3793dc089891612cf70ce2a7adc92de06efe..9f75c85749a37752bcad3cd58875435b4db876a1 100755 (executable)
@@ -52,7 +52,7 @@ class MakeBundle {
        static bool custom_mode = true;
        static string embedded_options = null;
        static string runtime = null;
-       static string target_server = "https://runtimes.go-mono.com/raw/";
+       static string target_server = "https://download.mono-project.com/runtimes/raw/";
        
        static int Main (string [] args)
        {