- Platform: Crossplatform.
- Version: 0.5
This App saves keys and a login cookie on your local drive.
| MacOs | Linux | Windows |
|---|---|---|
~/Library/Application Support/AutoShift |
~/.local/share/AutoShift |
C:/Users/<USER>/AppData/Local/AutoShift |
Download and unzip the latest release
You will need cmake and Qt5 to build this on your own.
git clone -branch cpp git@github.com:Fabbi/autoshift.git
cd autoshift
mkdir build
cd build
cmake ..Now you can open the autoshift.sln with Visual Studio and compile the code.
git clone -branch cpp git@github.com:Fabbi/autoshift.git
cd autoshiftnow you can build the release version via make release or debug with make debug