File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ class UnitySetupInstance {
82
82
[UnitySetupComponent ]::UWP_IL2CPP = , [io.path ]::Combine(" $playbackEnginePath " , " MetroSupport\Templates\UWP_IL2CPP_D3D" );
83
83
[UnitySetupComponent ]::Linux = , [io.path ]::Combine(" $playbackEnginePath " , " LinuxStandaloneSupport" );
84
84
[UnitySetupComponent ]::Mac = , [io.path ]::Combine(" $playbackEnginePath " , " MacStandaloneSupport" );
85
- [UnitySetupComponent ]::Lumin = , [io.path ]::Combine(" $playbackEnginePath " , " LuminSupport" );
86
85
}
87
86
}
88
87
([OperatingSystem ]::Linux) {
@@ -103,6 +102,7 @@ class UnitySetupInstance {
103
102
}
104
103
105
104
# Common playback engines:
105
+ $componentTests [[UnitySetupComponent ]::Lumin ] = , [io.path ]::Combine(" $playbackEnginePath " , " LuminSupport" );
106
106
$componentTests [[UnitySetupComponent ]::Android ] = , [io.path ]::Combine(" $playbackEnginePath " , " AndroidPlayer" );
107
107
$componentTests [[UnitySetupComponent ]::iOS ] = , [io.path ]::Combine(" $playbackEnginePath " , " iOSSupport" );
108
108
$componentTests [[UnitySetupComponent ]::AppleTV ] = , [io.path ]::Combine(" $playbackEnginePath " , " AppleTVSupport" );
You can’t perform that action at this time.
0 commit comments