Skip to content

Releases: paolo-projects/unlocker

Unlocker 3.0.5

19 Apr 12:49
3fb15d6
Compare
Choose a tag to compare

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

13 Feb 12:33
Compare
Choose a tag to compare

Changelog

  • Fixed tools download url
  • Changed linux script to call python3 instead of the generic python
  • 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

07 Oct 19:24
79a0b3c
Compare
Choose a tag to compare
  • 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 the Unlocker.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)