2
0
Эх сурвалжийг харах

Change Url for raw runtimes

Miguel de Icaza 9 жил өмнө
parent
commit
c101aaa155

+ 1 - 1
mcs/tools/mkbundle/mkbundle.cs

@@ -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)
 	{