Skip to content

Commit 2bda48b

Browse files
committed
fix updates url fixes #163, #BUILD
1 parent 7168cc9 commit 2bda48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnityLauncherPro/GetUnityUpdates.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace UnityLauncherPro
99
public static class GetUnityUpdates
1010
{
1111
static bool isDownloadingUnityList = false;
12-
static readonly string unityVersionsURL = @"http://symbolserver.unity3d.com/000Admin/history.txt";
12+
static readonly string unityVersionsURL = @"https://symbolserver.unity3d.com/000Admin/history.txt";
1313

1414
public static async Task<string> Scan()
1515
{

0 commit comments

Comments
 (0)