Skip to content

Commit a86ab36

Browse files
committed
fix alpha/beta for download full installer
1 parent 4c8f044 commit a86ab36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: UnityLauncherPro/Tools.cs

+2
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,8 @@ public static string ParseDownloadURLFromWebpage(string version, bool preferFull
799799
if (preferFullInstaller)
800800
{
801801
url = url.Replace("UnityDownloadAssistant-" + version + ".exe", "Windows64EditorInstaller/UnitySetup64-" + version + ".exe");
802+
// handle alpha/beta
803+
url = url.Replace("UnityDownloadAssistant.exe", "Windows64EditorInstaller/UnitySetup64-" + version + ".exe");
802804
}
803805

804806
// didnt find installer

0 commit comments

Comments
 (0)