From 68f5f9d9e164050d3ab1d77d861ee922aea40b7b Mon Sep 17 00:00:00 2001 From: paolo-projects Date: Fri, 27 Sep 2019 15:39:11 +0200 Subject: [PATCH] Reverted to binary execution --- win-install.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win-install.cmd b/win-install.cmd index 9bea2c4..e853239 100644 --- a/win-install.cmd +++ b/win-install.cmd @@ -48,7 +48,7 @@ unlocker.exe echo. echo Getting VMware Tools... -python.exe gettools.py +gettools.exe xcopy /F /Y .\tools\darwin*.* "%InstallPath%" echo.