mirror of
https://github.com/paolo-projects/unlocker.git
synced 2025-07-25 23:14:48 +02:00
fixed linux python script to call python3, removed binaries, changed windows batch files to call the installed python distribution. use the release to run with a bundled python distribution
This commit is contained in:
parent
d6b60e4e2c
commit
25fd6b4966
BIN
dumpsmc.exe
BIN
dumpsmc.exe
Binary file not shown.
BIN
gettools.exe
BIN
gettools.exe
Binary file not shown.
@ -27,10 +27,10 @@ elif [ -d /usr/lib/vmware/lib/libvmwarebase.so/ ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo Patching...
|
echo Patching...
|
||||||
python2 ./unlocker.py
|
python3 ./unlocker.py
|
||||||
|
|
||||||
echo Getting VMware Tools...
|
echo Getting VMware Tools...
|
||||||
python3 gettools.py
|
python3 ./gettools.py
|
||||||
cp ./tools/darwin*.* /usr/lib/vmware/isoimages/
|
cp ./tools/darwin*.* /usr/lib/vmware/isoimages/
|
||||||
|
|
||||||
echo Finished!
|
echo Finished!
|
||||||
|
@ -15,7 +15,7 @@ if [[ $EUID -ne 0 ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo Getting VMware Tools...
|
echo Getting VMware Tools...
|
||||||
python3 gettools.py
|
python3 ./gettools.py
|
||||||
cp ./tools/darwin*.* /usr/lib/vmware/isoimages/
|
cp ./tools/darwin*.* /usr/lib/vmware/isoimages/
|
||||||
|
|
||||||
echo Finished!
|
echo Finished!
|
||||||
|
BIN
unlocker.exe
BIN
unlocker.exe
Binary file not shown.
@ -44,7 +44,7 @@ xcopy /F /Y "%InstallPath%vmwarebase.dll" .\backup\
|
|||||||
|
|
||||||
echo.
|
echo.
|
||||||
echo Patching...
|
echo Patching...
|
||||||
unlocker.exe
|
python unlocker.py
|
||||||
|
|
||||||
echo.
|
echo.
|
||||||
echo Getting VMware Tools...
|
echo Getting VMware Tools...
|
||||||
|
@ -18,7 +18,7 @@ for /F "tokens=2* delims= " %%A in ('REG QUERY %KeyName% /v InstallPath') do se
|
|||||||
echo VMware is installed at: %InstallPath%
|
echo VMware is installed at: %InstallPath%
|
||||||
|
|
||||||
echo Getting VMware Tools...
|
echo Getting VMware Tools...
|
||||||
gettools.exe
|
python gettools.py
|
||||||
xcopy /F /Y .\tools\darwin*.* "%InstallPath%"
|
xcopy /F /Y .\tools\darwin*.* "%InstallPath%"
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user