Skip to content

Commit 85dff3b

Browse files
committed
which zip mac
1 parent 859ae43 commit 85dff3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editor/OSXBuildPostProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void OnPostprocessBuild(BuildReport report)
5151

5252
VerboseLog("Checking if the 'zip' package is installed");
5353

54-
if (!CheckCommandAvailableErrorEquals("wsl", "-e which zip", string.Empty))
54+
if (!CheckCommandAvailableErrorEquals("which", "zip", string.Empty))
5555
{
5656
throw new Exception("Zip package not installed. Please make sure you install zip before using this code");
5757
}

0 commit comments

Comments
 (0)