Executables created and update scripts 2.0.9.

This commit is contained in:
David Parsons 2017-10-05 13:25:05 +01:00
parent e2b1fe2d85
commit d1eec2af84
11 changed files with 13 additions and 9 deletions

8
.gitattributes vendored
View File

@ -5,5 +5,9 @@
# Declare files that will always have CRLF line endings on checkout.
*.cmd text eol=crlf
# Declare files that will always have CRLF line endings on checkout.
*.sh text eol=lf
# Declare files that will always have LF line endings on checkout.
*.sh text eol=lf
*.py text eol=lf
# Declare files that are binary on checkout.
*.exe binary

Binary file not shown.

Binary file not shown.

View File

@ -31,7 +31,7 @@ python2 ./unlocker.py
echo Getting VMware Tools...
python2 gettools.py
cp ./tools/darwin.* /usr/lib/vmware/isoimages/
cp ./tools/darwin*.* /usr/lib/vmware/isoimages/
echo Finished!

View File

@ -27,6 +27,6 @@ fi
echo Removing backup files...
rm -rf ./backup
rm -rf ./tools
rm -f /usr/lib/vmware/isoimages/darwin.*
rm -f /usr/lib/vmware/isoimages/darwin*.*
echo Finished!

View File

@ -16,7 +16,7 @@ fi
echo Getting VMware Tools...
python2 gettools.py
cp ./tools/darwin.* /usr/lib/vmware/isoimages/
cp ./tools/darwin*.* /usr/lib/vmware/isoimages/
echo Finished!

Binary file not shown.

View File

@ -38,7 +38,7 @@ unlocker.exe
echo Getting VMware Tools...
gettools.exe
xcopy /F /Y .\tools\darwin.* "%InstallPath%"
xcopy /F /Y .\tools\darwin*.* "%InstallPath%"
echo Starting VMware services...
net start VMUSBArbService > NUL 2>&1

View File

@ -38,7 +38,7 @@ python unlocker.py
echo Getting VMware Tools...
python gettools.py
xcopy /F /Y .\tools\darwin.* "%InstallPath%"
xcopy /F /Y .\tools\darwin*.* "%InstallPath%"
echo Starting VMware services...
net start VMUSBArbService > NUL 2>&1

View File

@ -31,7 +31,7 @@ taskkill /F /IM vmware-tray.exe > NUL 2>&1
echo Restoring files...
xcopy /F /Y .\backup\x64\*.* "%InstallPath%x64\"
xcopy /F /Y .\backup\*.* "%InstallPath%"
del /f "%InstallPath%"darwin.*
del /f "%InstallPath%"darwin*.*
echo Removing backup files...
rd /s /q .\backup > NUL 2>&1

View File

@ -19,7 +19,7 @@ echo VMware is installed at: %InstallPath%
echo Getting VMware Tools...
gettools.exe
xcopy /F /Y .\tools\darwin.* "%InstallPath%"
xcopy /F /Y .\tools\darwin*.* "%InstallPath%"
popd