File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -366,16 +366,18 @@ function Find-UnitySetupInstaller {
366
366
' a' { $searchPages += " https://unity3d.com/alpha/$ ( $Version.Major ) .$ ( $Version.Minor ) " }
367
367
' b' {
368
368
$searchPages += " https://unity3d.com/unity/beta/unity$Version " ,
369
- " https://unity3d.com/unity/beta/$ ( $Version.Major ) .$ ( $Version.Minor ) "
369
+ " https://unity3d.com/unity/beta/$ ( $Version.Major ) .$ ( $Version.Minor ) " ,
370
+ " https://unity3d.com/unity/beta/$Version "
370
371
}
371
372
' f' {
372
373
$searchPages += " https://unity3d.com/get-unity/download/archive" ,
373
374
" https://unity3d.com/unity/whats-new/$ ( $Version.Major ) .$ ( $Version.Minor ) .$ ( $Version.Revision ) "
374
-
375
+
375
376
# Just in case it's a release candidate search the beta as well.
376
377
if ($Version.Revision -eq ' 0' ) {
377
378
$searchPages += " https://unity3d.com/unity/beta/unity$Version " ,
378
- " https://unity3d.com/unity/beta/$ ( $Version.Major ) .$ ( $Version.Minor ) "
379
+ " https://unity3d.com/unity/beta/$ ( $Version.Major ) .$ ( $Version.Minor ) " ,
380
+ " https://unity3d.com/unity/beta/$Version "
379
381
}
380
382
}
381
383
' p' {
You can’t perform that action at this time.
0 commit comments