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 859ae43 commit 85dff3bCopy full SHA for 85dff3b
Editor/OSXBuildPostProcessor.cs
@@ -51,7 +51,7 @@ public void OnPostprocessBuild(BuildReport report)
51
52
VerboseLog("Checking if the 'zip' package is installed");
53
54
- if (!CheckCommandAvailableErrorEquals("wsl", "-e which zip", string.Empty))
+ if (!CheckCommandAvailableErrorEquals("which", "zip", string.Empty))
55
{
56
throw new Exception("Zip package not installed. Please make sure you install zip before using this code");
57
}
0 commit comments