Skip to content

Release v0.0.6

Compare
Choose a tag to compare
@Its-Haze Its-Haze released this 20 Dec 05:52
· 126 commits to master since this release
c99db78
  • Updated which patch of league that datadragon looks for assets. (13.10 -> 13.24.1).
  • Riot service is no longer checked.
  • Mostly code refactoring.
  • Updates in the README.

Btw, I tried this application on Windows and it worked out of the box. Pretty cool.


As usual.. just download the file, make it executable, and run it. Should be as simple as that.. If you have problems, report them

wget https://github.com/Its-Haze/league-rpc-linux/releases/download/v0.0.6/league_rpc_linux
chmod +x ./league_rpc_linux
./league_rpc_linux

Should work smooth like butter, if it doesn't then you can contact me on Github, or Discord @haze.dev

if you want to install the dependencies yourself and run it like that, then read the README about how to do that.

the executable was built with

PyInstaller: 6.3.0
Python: 3.11.6
Platform: Linux-6.6.7-203.fsync.fc38.x86_64-x86_64-with-glibc2.37

If it does not work for you.. you can build it yourself:
Just install pyinstaller and you are good to go.

pyinstaller --onefile --name league_rpc_linux league_rpc_linux/__main__.py --clean

the result will be located in ./dist/league_rpc_linux

The reason for not working might be that i build it with a newer kernel than what you have. I should be building with the oldest possible kernel version that i plan to support but i am just too lazy. >)

What's Changed

Full Changelog: v0.0.5...v0.0.6