Skip to content

Commit 2cfada1

Browse files
reverted mac component line
1 parent b69eaa3 commit 2cfada1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UnitySetup/UnitySetup.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ class UnitySetupInstance {
8080
[UnitySetupComponent]::UWP = [io.path]::Combine("$playbackEnginePath", "MetroSupport\Templates\UWP_.NET_D3D"),
8181
[io.path]::Combine("$playbackEnginePath", "MetroSupport\Templates\UWP_D3D");
8282
[UnitySetupComponent]::UWP_IL2CPP = , [io.path]::Combine("$playbackEnginePath", "MetroSupport\Templates\UWP_IL2CPP_D3D");
83+
[UnitySetupComponent]::Mac = , [io.path]::Combine("$playbackEnginePath", "MacStandaloneSupport");
8384
}
8485
}
8586
([OperatingSystem]::Linux) {

0 commit comments

Comments
 (0)