We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce94e8 commit afbeec7Copy full SHA for afbeec7
UnitySetup/UnitySetup.psm1
@@ -374,8 +374,8 @@ function Find-UnitySetupInstaller {
374
375
# Just in case it's a release candidate search the beta as well.
376
if ($Version.Revision -eq '0') {
377
- $searchPages += "https://unity3d.com/unity/beta/unity$Version"
378
- $searchPages += "https://unity3d.com/unity/beta/$($Version.Major).$($Version.Minor)"
+ $searchPages += "https://unity3d.com/unity/beta/unity$Version",
+ "https://unity3d.com/unity/beta/$($Version.Major).$($Version.Minor)"
379
}
380
381
'p' {
0 commit comments