Releases: paolo-projects/unlocker
Unlocker 3.0.5
Updated with #14 to retrieve tools correctly.
Features an embedded Python 3.9 Win64 release
Right click on win-install.cmd and Run as Administrator
Unlocker 3.0.4
Changelog
- Fixed tools download url
- Changed linux script to call
python3
instead of the genericpython
- Removed the binaries
- Windows script now runs the globally installed python, or the bundled one if downloaded from the releases
For windows users: it's easier to use auto-unlocker, you can find it here: https://github.com/paolo-projects/auto-unlocker/releases.
It has not been tested extensively*, so if it doesn't work use the Unlocker.exe --uninstall
command line option to revert changes and use the tool from down here. On linux machines it's better to use this tool
- Windows: download, extract and start win-install.cmd as administrator
(python 3.9 bundled inside) - Linux: download, extract and execute sudo lnx-install.sh
Unlocker 3.0.3
-
On windows machines, it's easier to use auto-unlocker, you can find it here: https://github.com/paolo-projects/auto-unlocker/releases.
It has not been tested extensively, so if it doesn't work use theUnlocker.exe --uninstall
command line option to revert changes and use the tool from down here. On linux machines you need to compile it first so unless you're practical with installing the dependencies and a c++17 compliant g++ it's still easier to use the tool down here. -
Windows: download, extract and start win-install.cmd as administrator
(python distribution bundled inside) -
Linux: download, extract and execute sudo lnx-install.sh
For Linux users: make sure you have python 3.0+ installed. If you have errors like "Python not supported" but you are sure have python 3+ installed, change the lines inside of lnx-install.sh from 'python xxxxxxx.py' to 'python3.7 xxxxxxx.py' (if you have python 3.7 installed, otherwise try python3 or other stuff)